Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py12 AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests,
141 class AbstractLabelTest(AbstractWidgetTest, IntegerSizeTests):
314 @add_standard_options(IntegerSizeTests, StandardOptionsTests)
782 @add_standard_options(IntegerSizeTests, StandardOptionsTests)
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py11 AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests,
279 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
407 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
533 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
892 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
1102 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests)
/third_party/python/Lib/tkinter/test/
Dwidget_tests.py494 class IntegerSizeTests: class