Searched refs:get_tk_patchlevel (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Lib/tkinter/test/ |
| D | support.py | 92 if get_tk_patchlevel() < version: 100 def get_tk_patchlevel(): function
|
| D | widget_tests.py | 6 get_tk_patchlevel, pixels_conv, tcl_obj_eq) 11 if get_tk_patchlevel() < (8, 5, 11): 15 if get_tk_patchlevel()[:3] == (8, 5, 11):
|
| /third_party/python/Lib/test/ |
| D | test_tcl.py | 27 def get_tk_patchlevel(): function 152 v = get_tk_patchlevel() 458 if get_tk_patchlevel() < (8, 5): # bignum was added in Tcl 8.5 602 tk_patchlevel = get_tk_patchlevel() 660 if not self.wantobjects or get_tk_patchlevel() < (8, 5, 5): 701 if not self.wantobjects or get_tk_patchlevel() < (8, 5, 5):
|
| /third_party/python/Lib/tkinter/test/test_tkinter/ |
| D | test_widgets.py | 8 get_tk_patchlevel, widget_eq, 647 if get_tk_patchlevel() < (8, 5, 11): 942 conv = False if get_tk_patchlevel() >= (8, 6, 10) else float_round 1159 stringify=get_tk_patchlevel() < (8, 5, 11)) 1207 stringify=get_tk_patchlevel() < (8, 5, 11))
|
| /third_party/python/Lib/tkinter/test/test_ttk/ |
| D | test_widgets.py | 8 from tkinter.test.support import (AbstractTkTest, tcl_version, get_tk_patchlevel, 23 if get_tk_patchlevel() < (8, 6, 0, 'beta', 3): 551 if get_tk_patchlevel() < (8, 6, 0, 'beta', 3):
|