HomeSort by relevance Sort by last modified time
    Searched refs:append_child (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_paren.py 44 target.append_child(RParen())
fix_metaclass.py 65 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'))
fix_exitfunc.py 61 names.append_child(Comma())
62 names.append_child(Name(u"atexit", u" "))
fix_idioms.py 148 list_call.parent.append_child(end_line)
fix_xrange.py 51 list_call.append_child(n)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_paren.py 44 target.append_child(RParen())
fix_metaclass.py 65 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'))
fix_exitfunc.py 61 names.append_child(Comma())
62 names.append_child(Name(u"atexit", u" "))
fix_idioms.py 148 list_call.parent.append_child(end_line)
fix_xrange.py 51 list_call.append_child(n)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 333 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/
test_pytree.py 333 n1.append_child(l1)
338 n1.append_child(l2)
343 self.assertRaises(Exception, n1.append_child, list)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 341 def append_child(self, child): member in class:Node
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 341 def append_child(self, child): member in class:Node

Completed in 339 milliseconds