We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c8d7e commit 722b23dCopy full SHA for 722b23d
stdlib/2/builtins.pyi
@@ -517,7 +517,6 @@ class slice(object):
517
518
class tuple(Sequence[_T_co], Generic[_T_co]):
519
def __new__(cls: Type[_T], iterable: Iterable[_T_co] = ...) -> _T: ...
520
- def __init__(self, iterable: Iterable[_T_co] = ...) -> None: ...
521
def __len__(self) -> int: ...
522
def __contains__(self, x: object) -> bool: ...
523
@overload
stdlib/3/builtins.pyi
@@ -559,7 +559,6 @@ class slice:
559
560
561
562
563
564
565
0 commit comments