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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 176 node.set_child(3, arglist)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 297 n1.set_child(0, l2)
303 n2.set_child(0, n1)
309 self.assertRaises(IndexError, n1.set_child, 4, l2)
311 self.assertRaises(Exception, n1.set_child, 0, list)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 176 node.set_child(3, arglist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 297 n1.set_child(0, l2)
303 n2.set_child(0, n1)
309 self.assertRaises(IndexError, n1.set_child, 4, l2)
311 self.assertRaises(Exception, n1.set_child, 0, list)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 322 def set_child(self, i, child): member in class:Node
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 322 def set_child(self, i, child): member in class:Node

Completed in 1201 milliseconds