Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py13 IntegerSizeTests, PixelSizeTests,
138 class AbstractLabelTest(AbstractWidgetTest, IntegerSizeTests):
308 @add_standard_options(IntegerSizeTests, StandardOptionsTests)
696 @add_standard_options(IntegerSizeTests, StandardOptionsTests)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py12 AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests,
141 class AbstractLabelTest(AbstractWidgetTest, IntegerSizeTests):
315 @add_standard_options(IntegerSizeTests, StandardOptionsTests)
783 @add_standard_options(IntegerSizeTests, StandardOptionsTests)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py11 AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests,
278 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
414 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
540 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
904 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
1112 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
/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/cpython3/Lib/tkinter/test/
Dwidget_tests.py497 class IntegerSizeTests: class
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py520 class IntegerSizeTests(object): class