Home
last modified time | relevance | path

Searched refs:requires_tcl (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py8 from test_ttk.support import (tcl_version, requires_tcl, get_tk_patchlevel,
500 @requires_tcl(8, 5)
505 @requires_tcl(8, 5)
529 @requires_tcl(8, 5)
534 @requires_tcl(8, 6)
561 @requires_tcl(8, 5)
597 @requires_tcl(8, 5)
717 test_justify = requires_tcl(8, 6, 5)(StandardOptionsTests.test_justify.im_func)
981 @requires_tcl(8, 6, 5)
986 @requires_tcl(8, 6, 5)
[all …]
Dtest_images.py5 from test_ttk.support import AbstractTkTest, requires_tcl
171 @requires_tcl(8, 6)
175 @requires_tcl(8, 6)
Dtest_geometry_managers.py7 from test_ttk.support import pixels_conv, tcl_version, requires_tcl
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py8 from tkinter.test.support import (tcl_version, requires_tcl,
511 @requires_tcl(8, 5)
516 @requires_tcl(8, 5)
540 @requires_tcl(8, 5)
545 @requires_tcl(8, 6)
572 @requires_tcl(8, 5)
608 @requires_tcl(8, 5)
728 test_justify = requires_tcl(8, 6, 5)(StandardOptionsTests.test_justify)
993 @requires_tcl(8, 6, 5)
998 @requires_tcl(8, 6, 5)
[all …]
Dtest_images.py4 from tkinter.test.support import AbstractTkTest, requires_tcl
170 @requires_tcl(8, 6)
174 @requires_tcl(8, 6)
Dtest_geometry_managers.py7 from tkinter.test.support import pixels_conv, tcl_version, requires_tcl
777 @requires_tcl(8, 5)
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py7 from test_ttk.support import (AbstractTkTest, tcl_version, requires_tcl,
504 @requires_tcl(8, 5)
509 @requires_tcl(8, 5)
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py7 from tkinter.test.support import (AbstractTkTest, tcl_version, requires_tcl,
486 @requires_tcl(8, 5)
491 @requires_tcl(8, 5)
Dsupport.py57 def requires_tcl(*version): function
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dsupport.py57 def requires_tcl(*version): function