dtyper icon indicating copy to clipboard operation
dtyper copied to clipboard

Type checking of `dtyper.dataclass` with mypy

Open rec opened this issue 8 months ago • 0 comments

None of the generated attributes are recognized with mypy, leading to mypy errors like

error: "Recording" has no attribute "device_names"  [attr-defined]

rec avatar Oct 08 '23 10:10 rec