File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -517,7 +517,6 @@ class slice(object):
517
517
518
518
class tuple (Sequence [_T_co ], Generic [_T_co ]):
519
519
def __new__ (cls : Type [_T ], iterable : Iterable [_T_co ] = ...) -> _T : ...
520
- def __init__ (self , iterable : Iterable [_T_co ] = ...) -> None : ...
521
520
def __len__ (self ) -> int : ...
522
521
def __contains__ (self , x : object ) -> bool : ...
523
522
@overload
Original file line number Diff line number Diff line change @@ -517,7 +517,6 @@ class slice(object):
517
517
518
518
class tuple (Sequence [_T_co ], Generic [_T_co ]):
519
519
def __new__ (cls : Type [_T ], iterable : Iterable [_T_co ] = ...) -> _T : ...
520
- def __init__ (self , iterable : Iterable [_T_co ] = ...) -> None : ...
521
520
def __len__ (self ) -> int : ...
522
521
def __contains__ (self , x : object ) -> bool : ...
523
522
@overload
Original file line number Diff line number Diff line change @@ -559,7 +559,6 @@ class slice:
559
559
560
560
class tuple (Sequence [_T_co ], Generic [_T_co ]):
561
561
def __new__ (cls : Type [_T ], iterable : Iterable [_T_co ] = ...) -> _T : ...
562
- def __init__ (self , iterable : Iterable [_T_co ] = ...) -> None : ...
563
562
def __len__ (self ) -> int : ...
564
563
def __contains__ (self , x : object ) -> bool : ...
565
564
@overload
You can’t perform that action at this time.
0 commit comments