Home
last modified time | relevance | path

Searched refs:UnexpectedInput (Results 1 – 2 of 2) sorted by relevance

/linux/tools/net/sunrpc/xdrgen/subcmds/
H A Dlint.py11 from lark.exceptions import UnexpectedInput
19 def handle_parse_error(e: UnexpectedInput) -> bool: argument
H A Ddeclarations.py11 from lark.exceptions import UnexpectedInput
53 def handle_parse_error(e: UnexpectedInput) -> bool: argument