mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 12:26:44 +08:00
Use lowercase tuple where possible (#6170)
This commit is contained in:
@@ -152,7 +152,7 @@ class OpcodeInfo(object):
|
||||
|
||||
opcodes: list[OpcodeInfo]
|
||||
|
||||
def genops(pickle: bytes | IO[bytes]) -> Iterator[Tuple[OpcodeInfo, Any | None, int | None]]: ...
|
||||
def genops(pickle: bytes | IO[bytes]) -> Iterator[tuple[OpcodeInfo, Any | None, int | None]]: ...
|
||||
def optimize(p: bytes | IO[bytes]) -> bytes: ...
|
||||
def dis(
|
||||
pickle: bytes | IO[bytes],
|
||||
|
||||
Reference in New Issue
Block a user