Home
last modified time | relevance | path

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

/dports/devel/py-lark-parser/lark-parser-0.12.0/lark/
H A Dlark.py194 _VALID_AMBIGUITY_OPTIONS = ('auto', 'resolve', 'explicit', 'forest') variable
340 if self.options.ambiguity not in _VALID_AMBIGUITY_OPTIONS:
341 …alid ambiguity option: %r. Must be one of %r" % (self.options.ambiguity, _VALID_AMBIGUITY_OPTIONS))