Browse Source

Added cache option for Lark stub

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Inky 4 years ago
parent
commit
a379f7fc22
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lark-stubs/lark.pyi

+ 1
- 0
lark-stubs/lark.pyi View File

@@ -55,6 +55,7 @@ class Lark:
propagate_positions: bool = False,
maybe_placeholders: bool = False,
lexer_callbacks: Optional[Dict[str, Callable[[Token], Token]]] = None,
cache: Union[bool, str] = False,
g_regex_flags: int = ...
):
...


Loading…
Cancel
Save