Searched refs:requires_tcl (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_images.py | 5 from tkinter.test.support import AbstractTkTest, AbstractDefaultRootTest, requires_tcl namespace 216 @requires_tcl(8, 6) 220 @requires_tcl(8, 6)
|
H A D | test_widgets.py | 7 from tkinter.test.support import (requires_tcl, namespace 617 @requires_tcl(8, 6) 922 @requires_tcl(8, 6) 967 test_configure_justify = requires_tcl(8, 6, 5)(StandardOptionsTests.test_configure_justify) 1233 @requires_tcl(8, 6, 5) 1238 @requires_tcl(8, 6, 5) 1245 @requires_tcl(8, 6, 5)
|
/third_party/python/Lib/tkinter/test/ |
H A D | support.py | 84 def requires_tcl(*version): function
|
Completed in 4 milliseconds