@@ -73,7 +73,7 @@ class MultiIndex(Index):
7373 @property
7474 def codes (self ): ...
7575 def set_codes (self , codes , * , level = ..., verify_integrity : bool = ...): ...
76- def copy ( # pyright: ignore[reportIncompatibleMethodOverride]
76+ def copy ( # pyright: ignore[reportIncompatibleMethodOverride] # pyrefly: ignore
7777 self , names = ..., deep : bool = ...
7878 ) -> Self : ...
7979 def __array__ (self , dtype = ...) -> np .ndarray : ...
@@ -107,7 +107,7 @@ class MultiIndex(Index):
107107 def dropna (self , how : AnyAll = ...) -> Self : ...
108108 def get_level_values (self , level : str | int ) -> Index : ...
109109 def unique (self , level = ...): ...
110- def to_frame (
110+ def to_frame ( # pyrefly: ignore
111111 self ,
112112 index : bool = ...,
113113 name : list [HashableT ] = ...,
@@ -153,7 +153,7 @@ class MultiIndex(Index):
153153 def truncate (self , before = ..., after = ...): ...
154154 def equals (self , other ) -> bool : ...
155155 def equal_levels (self , other ): ...
156- def union (self , other , sort = ...): ...
156+ def union (self , other , sort = ...): ... # pyrefly: ignore
157157 def intersection ( # pyright: ignore[reportIncompatibleMethodOverride]
158158 self , other : list | Self , sort : bool = ...
159159 ): ...
0 commit comments