mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
token: add TYPE_IGNORE, COLONEQUAL for py38 (#3761)
This commit is contained in:
@@ -76,6 +76,8 @@ if sys.version_info >= (3, 7):
|
||||
ENCODING: int
|
||||
if sys.version_info >= (3, 8):
|
||||
TYPE_COMMENT: int
|
||||
TYPE_IGNORE: int
|
||||
COLONEQUAL: int
|
||||
|
||||
def ISTERMINAL(x: int) -> bool: ...
|
||||
def ISNONTERMINAL(x: int) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user