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
Merge pull request
#623
from Inky-developer/master
Add cache option for Lark stub
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Erez Shinan
4 years ago
committed by
GitHub
parent
7eee42bfae
a379f7fc22
commit
1ec02ff5cf
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
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