This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
gitmirror
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
39
Wiki
Activity
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
b5abf2d7af
commit
a379f7fc22
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 = ...
):
...
Write
Preview
Loading…
Cancel
Save