Home | History | Annotate | Download | only in parser

Lines Matching refs:dispatch

35         self.dispatch(tree)

56 def dispatch(self, tree):
60 self.dispatch(t)
75 self.dispatch(stmt)
80 self.dispatch(tree.value)
84 interleave(lambda: self.write(", "), self.dispatch, t.names)
96 interleave(lambda: self.write(", "), self.dispatch, t.names)
101 self.dispatch(target)
103 self.dispatch(t.value)
107 self.dispatch(t.target)
109 self.dispatch(t.value)
115 self.dispatch(t.value)
128 interleave(lambda: self.write(", "), self.dispatch, t.targets)
132 self.dispatch(t.test)
135 self.dispatch(t.msg)
139 self.dispatch(t.body)
142 self.dispatch(t.globals)
145 self.dispatch(t.locals)
152 self.dispatch(t.dest)
157 self.dispatch(e)
170 self.dispatch(t.value)
176 self.dispatch(t.type)
179 self.dispatch(t.inst)
182 self.dispatch(t.tback)
187 self.dispatch(t.body)
191 self.dispatch(ex)
195 self.dispatch(t.orelse)
201 self.dispatch(t.body)
205 self.dispatch(t.body)
210 self.dispatch(t.finalbody)
217 self.dispatch(t.type)
220 self.dispatch(t.name)
222 self.dispatch(t.body)
229 self.dispatch(deco)
234 self.dispatch(a)
238 self.dispatch(t.body)
245 self.dispatch(deco)
247 self.dispatch(t.args)
250 self.dispatch(t.body)
255 self.dispatch(t.target)
257 self.dispatch(t.iter)
259 self.dispatch(t.body)
264 self.dispatch(t.orelse)
269 self.dispatch(t.test)
271 self.dispatch(t.body)
278 self.dispatch(t.test)
280 self.dispatch(t.body)
286 self.dispatch(t.orelse)
291 self.dispatch(t.test)
293 self.dispatch(t.body)
298 self.dispatch(t.orelse)
303 self.dispatch(t.context_expr)
306 self.dispatch(t.optional_vars)
308 self.dispatch(t.body)
330 self.dispatch(t.value)
345 interleave(lambda: self.write(", "), self.dispatch, t.elts)
350 self.dispatch(t.elt)
352 self.dispatch(gen)
357 self.dispatch(t.elt)
359 self.dispatch(gen)
364 self.dispatch(t.elt)
366 self.dispatch(gen)
371 self.dispatch(t.key)
373 self.dispatch(t.value)
375 self.dispatch(gen)
380 self.dispatch(t.target)
382 self.dispatch(t.iter)
385 self.dispatch(if_clause)
389 self.dispatch(t.body)
391 self.dispatch(t.test)
393 self.dispatch(t.orelse)
399 interleave(lambda: self.write(", "), self.dispatch, t.elts)
406 self.dispatch(k)
408 self.dispatch(v)
416 self.dispatch(elt)
419 interleave(lambda: self.write(", "), self.dispatch, t.elts)
434 self.dispatch(t.operand)
437 self.dispatch(t.operand)
445 self.dispatch(t.left)
447 self.dispatch(t.right)
454 self.dispatch(t.left)
457 self.dispatch(e)
464 interleave(lambda: self.write(s), self.dispatch, t.values)
468 self.dispatch(t.value)
478 self.dispatch(t.func)
484 self.dispatch(e)
488 self.dispatch(e)
493 self.dispatch(t.starargs)
498 self.dispatch(t.kwargs)
502 self.dispatch(t.value)
504 self.dispatch(t.slice)
512 self.dispatch(t.value)
516 self.dispatch(t.lower)
519 self.dispatch(t.upper)
522 self.dispatch(t.step)
525 interleave(lambda: self.write(', '), self.dispatch, t.dims)
535 self.dispatch(a),
538 self.dispatch(d)
556 self.dispatch(t.value)
561 self.dispatch(t.args)
563 self.dispatch(t.body)