Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/test/
Dsupport.py92 if get_tk_patchlevel() < version:
100 def get_tk_patchlevel(): function
Dwidget_tests.py6 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/
Dtest_tcl.py27 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/
Dtest_widgets.py8 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/
Dtest_widgets.py8 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):