Lines Matching defs:_parse
117 def _parse(tokens, priority=-1):
125 sub, nexttok = _parse(tokens)
149 right, nexttok = _parse(tokens, i + 1)
156 if_true, nexttok = _parse(tokens, 0)
159 if_false, nexttok = _parse(tokens)
188 result, nexttok = _parse(_tokenize(plural))
212 # Recursion error can be raised in _parse() or exec().
264 self._parse(fp)
266 def _parse(self, fp):
332 def _parse(self, fp):