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
Add on_error to parse lark.pyi
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.2
Fabio Zadrozny
4 years ago
committed by
GitHub
parent
762fd82da1
commit
5735d29f42
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lark-stubs/lark.pyi
+ 1
- 1
lark-stubs/lark.pyi
View File
@@ -81,7 +81,7 @@ class Lark:
):
...
def parse(self, text: str, start: Optional[str] = None) -> Tree:
def parse(self, text: str, start: Optional[str] = None
, on_error: Callable[[Any], bool] = None
) -> Tree:
...
@classmethod
Write
Preview
Loading…
Cancel
Save