mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Add token.EXACT_TOKEN_TYPES for 3.8+
This commit is contained in:
@@ -78,6 +78,7 @@ if sys.version_info >= (3, 8):
|
||||
TYPE_COMMENT: int
|
||||
TYPE_IGNORE: int
|
||||
COLONEQUAL: int
|
||||
EXACT_TOKEN_TYPES: Dict[str, int]
|
||||
|
||||
def ISTERMINAL(x: int) -> bool: ...
|
||||
def ISNONTERMINAL(x: int) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user