mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Delete many redundant method redefinitions (#6877)
This commit is contained in:
@@ -38,7 +38,6 @@ class Bytecode:
|
||||
first_line: int
|
||||
def __init__(self, x: _HaveCodeOrStringType, *, first_line: int | None = ..., current_offset: int | None = ...) -> None: ...
|
||||
def __iter__(self) -> Iterator[Instruction]: ...
|
||||
def __repr__(self) -> str: ...
|
||||
def info(self) -> str: ...
|
||||
def dis(self) -> str: ...
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user