Searched refs:add_standard_options (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 11 add_standard_options, noconv, noconv_meth, int_round, pixels_round, 56 @add_standard_options(StandardOptionsTests) 96 @add_standard_options(StandardOptionsTests) 109 @add_standard_options(StandardOptionsTests) 146 @add_standard_options(StandardOptionsTests) 162 @add_standard_options(StandardOptionsTests) 183 @add_standard_options(StandardOptionsTests) 212 @add_standard_options(StandardOptionsTests) 235 @add_standard_options(StandardOptionsTests) 307 @add_standard_options(IntegerSizeTests, StandardOptionsTests) [all …]
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 11 from widget_tests import (add_standard_options, noconv, noconv_meth, 121 @add_standard_options(StandardTtkOptionsTests) 133 @add_standard_options(StandardTtkOptionsTests) 189 @add_standard_options(StandardTtkOptionsTests) 209 @add_standard_options(StandardTtkOptionsTests) 232 @add_standard_options(StandardTtkOptionsTests) 281 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests) 413 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests) 538 @add_standard_options(IntegerSizeTests, StandardTtkOptionsTests) 673 @add_standard_options(StandardTtkOptionsTests) [all …]
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 540 def add_standard_options(*source_classes): function
|