Searched refs:append_child (Results 1 - 25 of 26) sorted by relevance

12

/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_paren.py44 target.append_child(RParen())
H A Dfix_metaclass.py65 suite.append_child(move_node.clone())
67 cls_node.append_child(suite)
87 new_expr.append_child(move_node.clone())
198 arglist.append_child(Leaf(token.COMMA, u','))
209 arglist.append_child(last_metaclass)
219 node.append_child(pass_leaf)
220 node.append_child(Leaf(token.NEWLINE, u'\n'))
H A Dfix_exitfunc.py61 names.append_child(Comma())
62 names.append_child(Name(u"atexit", u" "))
H A Dfix_xrange.py51 list_call.append_child(n)
H A Dfix_idioms.py148 list_call.parent.append_child(end_line)
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_paren.py44 target.append_child(RParen())
H A Dfix_metaclass.py65 suite.append_child(move_node.clone())
67 cls_node.append_child(suite)
87 new_expr.append_child(move_node.clone())
198 arglist.append_child(Leaf(token.COMMA, u','))
209 arglist.append_child(last_metaclass)
219 node.append_child(pass_leaf)
220 node.append_child(Leaf(token.NEWLINE, u'\n'))
H A Dfix_exitfunc.py61 names.append_child(Comma())
62 names.append_child(Name(u"atexit", u" "))
H A Dfix_xrange.py51 list_call.append_child(n)
H A Dfix_idioms.py148 list_call.parent.append_child(end_line)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_paren.py44 target.append_child(RParen())
H A Dfix_metaclass.py65 suite.append_child(move_node.clone())
67 cls_node.append_child(suite)
87 new_expr.append_child(move_node.clone())
198 arglist.append_child(Leaf(token.COMMA, u','))
209 arglist.append_child(last_metaclass)
219 node.append_child(pass_leaf)
220 node.append_child(Leaf(token.NEWLINE, u'\n'))
H A Dfix_exitfunc.py61 names.append_child(Comma())
62 names.append_child(Name(u"atexit", u" "))
H A Dfix_xrange.py51 list_call.append_child(n)
H A Dfix_idioms.py148 list_call.parent.append_child(end_line)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_paren.py44 target.append_child(RParen())
H A Dfix_metaclass.py65 suite.append_child(move_node.clone())
67 cls_node.append_child(suite)
87 new_expr.append_child(move_node.clone())
198 arglist.append_child(Leaf(token.COMMA, u','))
209 arglist.append_child(last_metaclass)
219 node.append_child(pass_leaf)
220 node.append_child(Leaf(token.NEWLINE, u'\n'))
H A Dfix_exitfunc.py61 names.append_child(Comma())
62 names.append_child(Name(u"atexit", u" "))
H A Dfix_xrange.py51 list_call.append_child(n)
H A Dfix_idioms.py148 list_call.parent.append_child(end_line)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A Dtest_pytree.py333 n1.append_child(l1)
338 n1.append_child(l2)
343 self.assertRaises(Exception, n1.append_child, list)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A Dtest_pytree.py333 n1.append_child(l1)
338 n1.append_child(l2)
343 self.assertRaises(Exception, n1.append_child, list)
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
H A Dpytree.py341 def append_child(self, child): member in class:Node
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
H A Dpytree.py341 def append_child(self, child): member in class:Node
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py341 def append_child(self, child): member in class:Node

Completed in 733 milliseconds

12