Home
last modified time | relevance | path

Searched refs:PixelSizeTests (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py13 IntegerSizeTests, PixelSizeTests,
19 class AbstractToplevelTest(AbstractWidgetTest, PixelSizeTests):
628 @add_standard_options(PixelSizeTests, StandardOptionsTests)
827 @add_standard_options(PixelSizeTests, StandardOptionsTests)
894 @add_standard_options(PixelSizeTests, StandardOptionsTests)
1171 @add_standard_options(PixelSizeTests, StandardOptionsTests)
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py530 class PixelSizeTests(object): class
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py13 IntegerSizeTests, PixelSizeTests,
117 class AbstractToplevelTest(AbstractWidgetTest, PixelSizeTests):