Home
last modified time | relevance | path

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

/dports/devel/py-lark-parser/lark-parser-0.12.0/lark/
H A Dlark.py193 _VALID_PRIORITY_OPTIONS = ('auto', 'normal', 'invert', None) variable
337 if self.options.priority not in _VALID_PRIORITY_OPTIONS:
338 …invalid priority option: %r. Must be one of %r" % (self.options.priority, _VALID_PRIORITY_OPTIONS))