Searched refs:IntegerSizeTests (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 13 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/ |
D | test_widgets.py | 12 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/ |
D | test_widgets.py | 11 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/ |
D | test_widgets.py | 13 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/ |
D | widget_tests.py | 497 class IntegerSizeTests: class
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 520 class IntegerSizeTests(object): class
|