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/
H A Dsupport.py92 if get_tk_patchlevel() < version:
100 def get_tk_patchlevel(): function
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_style.py7 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 Dtest_widgets.py8 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 Dtest_tcl.py27 def get_tk_patchlevel(): function
577 tk_patchlevel = get_tk_patchlevel()
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py8 get_tk_patchlevel, widget_eq,
1106 conv = float if get_tk_patchlevel() >= (8, 6, 10) else float_round

Completed in 7 milliseconds