Searched refs:get_tk_patchlevel (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/tkinter/test/ |
H A D | support.py | 92 if get_tk_patchlevel() < version: 100 def get_tk_patchlevel(): function
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_style.py | 7 from tkinter.test.support import AbstractTkTest, get_tk_patchlevel namespace 173 if theme == 'alt' and name == '.' and get_tk_patchlevel() < (8, 6, 1):
|
H A D | test_widgets.py | 8 from tkinter.test.support import (AbstractTkTest, tcl_version, get_tk_patchlevel, namespace 23 if get_tk_patchlevel() < (8, 6, 0, 'beta', 3): 565 if get_tk_patchlevel() < (8, 6, 0, 'beta', 3):
|
/third_party/python/Lib/test/ |
H A D | test_tcl.py | 27 def get_tk_patchlevel(): function 577 tk_patchlevel = get_tk_patchlevel()
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 8 get_tk_patchlevel, widget_eq, 1106 conv = float if get_tk_patchlevel() >= (8, 6, 10) else float_round
|
Completed in 7 milliseconds