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

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 608 child2_index = self.nb.index(self.child2)
612 self.assertEqual(self.nb.index(self.child2), child2_index)
613 self.assertTrue(str(self.child2) == self.nb.tabs()[child2_index])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 608 child2_index = self.nb.index(self.child2)
612 self.assertEqual(self.nb.index(self.child2), child2_index)
613 self.assertTrue(str(self.child2) == self.nb.tabs()[child2_index])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 608 child2_index = self.nb.index(self.child2)
612 self.assertEqual(self.nb.index(self.child2), child2_index)
613 self.assertTrue(str(self.child2) == self.nb.tabs()[child2_index])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 608 child2_index = self.nb.index(self.child2)
612 self.assertEqual(self.nb.index(self.child2), child2_index)
613 self.assertTrue(str(self.child2) == self.nb.tabs()[child2_index])
    [all...]

Completed in 48 milliseconds