mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add token(ize).SOFT_KEYWORD (#6416)
Added as part of the changes made in https://bugs.python.org/issue43822
This commit is contained in:
@@ -71,6 +71,8 @@ if sys.version_info >= (3, 8):
|
||||
TYPE_IGNORE: int
|
||||
COLONEQUAL: int
|
||||
EXACT_TOKEN_TYPES: dict[str, int]
|
||||
if sys.version_info >= (3, 10):
|
||||
SOFT_KEYWORD: int
|
||||
|
||||
def ISTERMINAL(x: int) -> bool: ...
|
||||
def ISNONTERMINAL(x: int) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user