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

  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 468 self.assertIsBoundingBox(widget.bbox(0))
621 self.assertIsBoundingBox(widget.bbox('1.1'))
793 self.assertIsBoundingBox(lb.bbox(0))
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 471 self.assertIsBoundingBox(widget.bbox(0))
632 self.assertIsBoundingBox(widget.bbox('1.1'))
804 self.assertIsBoundingBox(lb.bbox(0))
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 324 self.assertIsBoundingBox(self.entry.bbox(0))
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 322 self.assertIsBoundingBox(self.entry.bbox(0))
    [all...]

Completed in 1268 milliseconds