Searched refs:IntegerSizeTests (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 12 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/ |
D | test_widgets.py | 11 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/ |
D | widget_tests.py | 494 class IntegerSizeTests: class
|