Lines Matching refs:nodes
1 # This file describes the nodes of the AST in ast.py. The module is
6 # ! this child is a sequence that contains nodes in it
13 Stmt: nodes!
14 Decorators: nodes!
35 Print: nodes!, dest&
36 Printnl: nodes!, dest&
39 Assign: nodes!, expr
40 AssTuple: nodes!
41 AssList: nodes!
51 List: nodes!
63 Sliceobj: nodes!
66 Tuple: nodes!
67 Or: nodes!
68 And: nodes!
69 Bitor: nodes!
70 Bitxor: nodes!
71 Bitand: nodes!