Skip to content

Commit 5f6a4f4

Browse files
committed
remove MultiIndex.__init__
1 parent fb87799 commit 5f6a4f4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pandas-stubs/core/indexes/multi.pyi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,6 @@ class MultiIndex(Index[Any]):
3737
verify_integrity: bool = ...,
3838
_set_identity: bool = ...,
3939
) -> Self: ...
40-
def __init__(
41-
self,
42-
levels=...,
43-
codes=...,
44-
sortorder=...,
45-
names: SequenceNotStr[Hashable] = ...,
46-
dtype=...,
47-
copy=...,
48-
name: SequenceNotStr[Hashable] = ...,
49-
verify_integrity: bool = ...,
50-
_set_identity: bool = ...,
51-
) -> None: ...
5240
@classmethod
5341
def from_arrays(
5442
cls, arrays, sortorder=..., names: SequenceNotStr[Hashable] = ...

0 commit comments

Comments
 (0)