X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..b65af236cfd3c89938e3ddd012a5772d94826d84:/blib2to3/pgen2/grammar.pyi diff --git a/blib2to3/pgen2/grammar.pyi b/blib2to3/pgen2/grammar.pyi index 353086d..8173e2f 100644 --- a/blib2to3/pgen2/grammar.pyi +++ b/blib2to3/pgen2/grammar.pyi @@ -19,6 +19,7 @@ class Grammar: tokens: Dict[int, int] symbol2label: Dict[Text, int] start: int + async_keywords: bool def __init__(self) -> None: ... def dump(self, filename: _Path) -> None: ... def load(self, filename: _Path) -> None: ...