mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
16 lines
267 B
Python
16 lines
267 B
Python
from typing import Sequence
|
|
|
|
cmp_op: Sequence[str]
|
|
hasconst: list[int]
|
|
hasname: list[int]
|
|
hasjrel: list[int]
|
|
hasjabs: list[int]
|
|
haslocal: list[int]
|
|
hascompare: list[int]
|
|
hasfree: list[int]
|
|
opname: list[str]
|
|
|
|
opmap: dict[str, int]
|
|
HAVE_ARGUMENT: int
|
|
EXTENDED_ARG: int
|