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

1 2

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /cts/tools/testng/
gen-test-list-xml.py 60 def append_child(self, child): member in class:BaseNode
134 self.append_child(new_suite)
161 self.append_child(new_test_case)
167 self.append_child(tst)
  /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/gdb/darwin-x86/lib/python2.7/lib2to3/
pytree.py 341 def append_child(self, child): member in class:Node
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
pytree.py 341 def append_child(self, child): member in class:Node

Completed in 489 milliseconds

1 2