We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e583aa5 commit d0ed65cCopy full SHA for d0ed65c
pandas-stubs/core/indexing.pyi
@@ -17,8 +17,8 @@ _IndexSliceTuple: TypeAlias = tuple[
17
_IndexSliceUnion: TypeAlias = slice | _IndexSliceTuple
18
19
_IndexSliceUnionT = TypeVar(
20
- "_IndexSliceUnionT", bound=_IndexSliceUnion
21
-) # pyrefly: ignore
+ "_IndexSliceUnionT", bound=_IndexSliceUnion # pyrefly: ignore
+)
22
23
class _IndexSlice:
24
def __getitem__(self, arg: _IndexSliceUnionT) -> _IndexSliceUnionT: ...
0 commit comments