Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py13 IntegerSizeTests, PixelSizeTests,
137 class AbstractLabelTest(AbstractWidgetTest, IntegerSizeTests):
307 @add_standard_options(IntegerSizeTests, StandardOptionsTests)
695 @add_standard_options(IntegerSizeTests, StandardOptionsTests)
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py13 IntegerSizeTests, PixelSizeTests,
281 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
413 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
538 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
903 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py520 class IntegerSizeTests(object): class