Home
last modified time | relevance | path

Searched refs:get_tk_patchlevel (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_tcl.py23 def get_tk_patchlevel(): function
132 if (get_tk_patchlevel() >= (8, 6, 0, 'final') or
133 (8, 5, 8) <= get_tk_patchlevel() < (8, 6)):
569 elif get_tk_patchlevel() < (8, 5, 5):
617 elif get_tk_patchlevel() < (8, 5, 5):
657 if not self.wantobjects or get_tk_patchlevel() < (8, 5, 5):
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dsupport.py61 def get_tk_patchlevel(): function
Dtest_widgets.py9 from support import (AbstractTkTest, tcl_version, get_tk_patchlevel,
25 if get_tk_patchlevel() < (8, 6, 0, 'beta', 3):
556 if get_tk_patchlevel() < (8, 6, 0, 'beta', 3):
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py8 get_tk_patchlevel, pixels_conv, tcl_obj_eq)
13 if get_tk_patchlevel() < (8, 5, 11):
21 if get_tk_patchlevel()[:3] == (8, 5, 11):
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py8 from test_ttk.support import (tcl_version, requires_tcl, get_tk_patchlevel,
583 if get_tk_patchlevel() < (8, 5, 11):
1049 stringify=get_tk_patchlevel() < (8, 5, 11))
1097 stringify=get_tk_patchlevel() < (8, 5, 11))