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 f3e2dec commit fdbe5f0Copy full SHA for fdbe5f0
pandas-stubs/core/indexes/multi.pyi
@@ -166,7 +166,9 @@ class MultiIndex(Index):
166
def insert(self, loc, item): ...
167
def delete(self, loc): ...
168
@overload # type: ignore[override]
169
- def isin(self, values: Iterable[Any], level: Level) -> np_1darray_bool: ...
+ def isin(
170
+ self, values: Iterable[Any], level: Level
171
+ ) -> np_1darray_bool: ... # pyrefly: ignore[bad-override]
172
@overload
173
def isin(
174
self, values: Iterable[Iterable[Any]], level: None = None
0 commit comments