Searched refs:PixelSizeTests (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 13 IntegerSizeTests, PixelSizeTests, 19 class AbstractToplevelTest(AbstractWidgetTest, PixelSizeTests): 629 @add_standard_options(PixelSizeTests, StandardOptionsTests) 830 @add_standard_options(PixelSizeTests, StandardOptionsTests) 897 @add_standard_options(PixelSizeTests, StandardOptionsTests) 1193 @add_standard_options(PixelSizeTests, StandardOptionsTests)
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 12 AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests, 22 class AbstractToplevelTest(AbstractWidgetTest, PixelSizeTests): 693 @add_standard_options(PixelSizeTests, StandardOptionsTests) 917 @add_standard_options(PixelSizeTests, StandardOptionsTests) 985 @add_standard_options(PixelSizeTests, StandardOptionsTests) 1282 @add_standard_options(PixelSizeTests, StandardOptionsTests)
|
/external/python/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 507 class PixelSizeTests: class
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 530 class PixelSizeTests(object): class
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 13 IntegerSizeTests, PixelSizeTests, 117 class AbstractToplevelTest(AbstractWidgetTest, PixelSizeTests):
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 11 AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests, 114 class AbstractToplevelTest(AbstractWidgetTest, PixelSizeTests):
|