Searched refs:set_child (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_metaclass.py176 node.set_child(3, arglist)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A Dtest_pytree.py297 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/
H A Dfix_metaclass.py176 node.set_child(3, arglist)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A Dtest_pytree.py297 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/
H A Dpytree.py322 def set_child(self, i, child): member in class:Node
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py322 def set_child(self, i, child): member in class:Node

Completed in 168 milliseconds