@@ -73,7 +73,7 @@ class MultiIndex(Index):
73
73
@property
74
74
def codes (self ): ...
75
75
def set_codes (self , codes , * , level = ..., verify_integrity : bool = ...): ...
76
- def copy ( # pyright: ignore[reportIncompatibleMethodOverride]
76
+ def copy ( # pyright: ignore[reportIncompatibleMethodOverride] # pyrefly: ignore
77
77
self , names = ..., deep : bool = ...
78
78
) -> Self : ...
79
79
def __array__ (self , dtype = ...) -> np .ndarray : ...
@@ -107,7 +107,7 @@ class MultiIndex(Index):
107
107
def dropna (self , how : AnyAll = ...) -> Self : ...
108
108
def get_level_values (self , level : str | int ) -> Index : ...
109
109
def unique (self , level = ...): ...
110
- def to_frame (
110
+ def to_frame ( # pyrefly: ignore
111
111
self ,
112
112
index : bool = ...,
113
113
name : list [HashableT ] = ...,
@@ -153,7 +153,7 @@ class MultiIndex(Index):
153
153
def truncate (self , before = ..., after = ...): ...
154
154
def equals (self , other ) -> bool : ...
155
155
def equal_levels (self , other ): ...
156
- def union (self , other , sort = ...): ...
156
+ def union (self , other , sort = ...): ... # pyrefly: ignore
157
157
def intersection ( # pyright: ignore[reportIncompatibleMethodOverride]
158
158
self , other : list | Self , sort : bool = ...
159
159
): ...
0 commit comments