X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f8617f975d56e81cfb4070ce65584f7b29a77e7a..448885b256ca1741fda7c4ef17f80f750ea614c0:/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: ...