Lines Matching refs:nodes
18 # Some fixes to try to have correct line number on almost all nodes
58 def asList(nodes):
60 for item in nodes:
84 if kind in nodes:
86 return nodes[kind](*args[1:])
88 print nodes[kind], len(args), args
275 assert isinstance(code.nodes[0], Discard)
276 del code.nodes[0]
311 assert isinstance(code.nodes[0], Discard)
312 del code.nodes[0]
359 # STATEMENT NODES (invoked by com_node())
571 # EXPRESSION NODES (invoked by com_node())
810 # ('const', xxxx)) Nodes)
994 Names, slices, and attributes are the only allowable nodes.
1100 stmts.extend(result.nodes)