classes with descriptor properties in Unions #5570
Labels
bug
mypy got something wrong
false-positive
mypy gave an error on correct code
priority-1-normal
topic-descriptors
Properties, class vs. instance attributes
topic-union-types
srittau commentedSep 4, 2018
Please consider:
mypy 0.620 (Python 3.6.6, default options) will warn:
Changing the annotation of
instancetoAnywill work around this problem.The text was updated successfully, but these errors were encountered: