Searched refs:get_tk_patchlevel (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_tcl.py | 23 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/ |
D | support.py | 61 def get_tk_patchlevel(): function
|
D | test_widgets.py | 9 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/ |
D | widget_tests.py | 8 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/ |
D | test_widgets.py | 8 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))
|