Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_ttk/
Dtest_widgets.py192 test_configure_justify = requires_tk(8, 7)(StandardOptionsTests.test_configure_justify) variable in AbstractLabelTest
214 test_configure_justify = StandardOptionsTests.test_configure_justify variable in LabelTest
925 test_configure_justify = requires_tk(8, 7)(StandardTtkOptionsTests.test_configure_justify) variable in ProgressbarTest
/external/python/cpython3/Lib/test/test_tkinter/
Dwidget_tests.py369 def test_configure_justify(self): member in StandardOptionsTests
Dtest_widgets.py977 test_configure_justify = requires_tk(8, 6, 5)(StandardOptionsTests.test_configure_justify) variable in ListboxTest