Selaa lähdekoodia

Added type information for UnexpectedEOF (Issue #686)

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Erez Sh 4 vuotta sitten
vanhempi
commit
62776b9908
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      lark-stubs/exceptions.pyi

+ 2
- 0
lark-stubs/exceptions.pyi Näytä tiedosto

@@ -23,6 +23,8 @@ class LexError(LarkError):

T = TypeVar('T')

class UnexpectedEOF(ParseError):
expected: List[Token]

class UnexpectedInput(LarkError):
line: int


Ladataan…
Peruuta
Tallenna