Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_tkinter/
Dwidget_tests.py318 def test_configure_foreground(self): member in StandardOptionsTests
Dtest_images.py139 def test_configure_foreground(self): member in BitmapImageTest
/external/python/cpython3/Lib/test/test_ttk/
Dtest_widgets.py924 test_configure_foreground = requires_tk(8, 7)(StandardOptionsTests.test_configure_foreground) variable in ProgressbarTest