Searched refs:simple_stmt (Results 1 - 25 of 46) sorted by relevance

12

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dgraminit.h15 #define simple_stmt 268 macro
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_map.py63 if node.parent.type == syms.simple_stmt:
H A Dfix_exitfunc.py70 new = pytree.Node(syms.simple_stmt, [new_import])
H A Dfix_raise.py84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)
H A Dfix_metaclass.py29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
35 elif node.type == syms.simple_stmt and node.children:
73 simple_stmt. We just want the __metaclass__ part so we move
74 everything efter the semi-colon into its own simple_stmt node
84 new_stmt = Node(syms.simple_stmt, [new_expr])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
110 if simple_node.type == syms.simple_stmt and simple_node.children:
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsymbol.py25 simple_stmt = 268 variable
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dgraminit.h15 #define simple_stmt 268 macro
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_map.py63 if node.parent.type == syms.simple_stmt:
H A Dfix_exitfunc.py70 new = pytree.Node(syms.simple_stmt, [new_import])
H A Dfix_raise.py84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)
H A Dfix_metaclass.py29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
35 elif node.type == syms.simple_stmt and node.children:
73 simple_stmt. We just want the __metaclass__ part so we move
74 everything efter the semi-colon into its own simple_stmt node
84 new_stmt = Node(syms.simple_stmt, [new_expr])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
110 if simple_node.type == syms.simple_stmt and simple_node.children:
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsymbol.py25 simple_stmt = 268 variable
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dgraminit.h15 #define simple_stmt 268 macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_map.py63 if node.parent.type == syms.simple_stmt:
H A Dfix_exitfunc.py70 new = pytree.Node(syms.simple_stmt, [new_import])
H A Dfix_raise.py84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)
H A Dfix_metaclass.py29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
35 elif node.type == syms.simple_stmt and node.children:
73 simple_stmt. We just want the __metaclass__ part so we move
74 everything efter the semi-colon into its own simple_stmt node
84 new_stmt = Node(syms.simple_stmt, [new_expr])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
110 if simple_node.type == syms.simple_stmt and simple_node.children:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsymbol.py25 simple_stmt = 268 variable
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dgraminit.h15 #define simple_stmt 268 macro
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_map.py63 if node.parent.type == syms.simple_stmt:
H A Dfix_exitfunc.py70 new = pytree.Node(syms.simple_stmt, [new_import])
H A Dfix_raise.py84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)
H A Dfix_metaclass.py29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
35 elif node.type == syms.simple_stmt and node.children:
73 simple_stmt. We just want the __metaclass__ part so we move
74 everything efter the semi-colon into its own simple_stmt node
84 new_stmt = Node(syms.simple_stmt, [new_expr])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
110 if simple_node.type == syms.simple_stmt and simple_node.children:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsymbol.py25 simple_stmt = 268 variable
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
H A Dfixer_util.py298 return (node.type == syms.simple_stmt and node.children and
322 if (node.type == syms.simple_stmt and node.children and
336 root.insert_child(insert_pos, Node(syms.simple_stmt, children))
369 elif child.type == syms.simple_stmt:

Completed in 807 milliseconds

12