-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Typingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking
Milestone
Description
RangeIndex._constructor
returns Type[Int64Index]
but it is supposed to return the current type of the class itself (Type[RangeIndex]
) .
pandas/core/indexes/range.py:179: error: Return type "Type[Int64Index]" of "_constructor" incompatible with return type "Type[RangeIndex]" in supertype "Index" [override]
Found by declaring cache_readonly = property
.
Metadata
Metadata
Assignees
Labels
Typingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking