__getitem__ as a property doesn't evaluate typing of __get__ #9653
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
Similar to #9574 which fixed it for some dunder methods, but not for
__getitem__
(not sure how many others?).Example code:
The second line should be identical to the first, but the type system doesn't evaluate the
__get__
.The text was updated successfully, but these errors were encountered: