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 D | fix_metaclass.py | 176 node.set_child(3, arglist)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
H A D | 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/ |
H A D | fix_metaclass.py | 176 node.set_child(3, arglist)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
H A D | 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/ |
H A D | pytree.py | 322 def set_child(self, i, child): member in class:Node
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
H A D | pytree.py | 322 def set_child(self, i, child): member in class:Node
|
Completed in 168 milliseconds