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