Lines Matching defs:_parse
112 def _parse(tokens, priority=-1):
120 sub, nexttok = _parse(tokens)
144 right, nexttok = _parse(tokens, i + 1)
151 if_true, nexttok = _parse(tokens, 0)
154 if_false, nexttok = _parse(tokens)
177 result, nexttok = _parse(_tokenize(plural))
201 # Recursion error can be raised in _parse() or exec().
255 self._parse(fp)
257 def _parse(self, fp):
337 def _parse(self, fp):