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 fdbe5f0 commit 145807fCopy full SHA for 145807f
pandas-stubs/core/indexes/multi.pyi
@@ -170,9 +170,9 @@ class MultiIndex(Index):
170
self, values: Iterable[Any], level: Level
171
) -> np_1darray_bool: ... # pyrefly: ignore[bad-override]
172
@overload
173
- def isin(
+ def isin( # pyright: ignore[reportIncompatibleMethodOverride]
174
self, values: Iterable[Iterable[Any]], level: None = None
175
- ) -> np_1darray_bool: ... # pyright: ignore[reportIncompatibleMethodOverride]
+ ) -> np_1darray_bool: ...
176
def set_names(
177
self,
178
names: Hashable | Sequence[Hashable] | Mapping[Any, Hashable],
0 commit comments