Home
last modified time | relevance | path

Searched refs:assertIsBoundingBox (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py468 self.assertIsBoundingBox(widget.bbox(0))
621 self.assertIsBoundingBox(widget.bbox('1.1'))
793 self.assertIsBoundingBox(lb.bbox(0))
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py524 self.assertIsBoundingBox(widget.bbox(0))
690 self.assertIsBoundingBox(widget.bbox('1.1'))
1043 self.assertIsBoundingBox(lb.bbox(0))
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py175 def assertIsBoundingBox(self, bbox): member in AbstractWidgetTest
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py217 def assertIsBoundingBox(self, bbox): member in AbstractWidgetTest
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py324 self.assertIsBoundingBox(self.entry.bbox(0))
1178 self.assertIsBoundingBox(bbox)
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py337 self.assertIsBoundingBox(self.entry.bbox(0))
1358 self.assertIsBoundingBox(bbox)