Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dsupport.py65 if get_tk_patchlevel() < (8, 6, 5):
67 '.'.join(map(str, get_tk_patchlevel())))
73 def get_tk_patchlevel(): function
Dtest_widgets.py9 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):
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_tcl.py23 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):
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/
Dsupport.py92 if get_tk_patchlevel() < version:
100 def get_tk_patchlevel(): function
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_style.py7 from tkinter.test.support import AbstractTkTest, get_tk_patchlevel
173 if theme == 'alt' and name == '.' and get_tk_patchlevel() < (8, 6, 1):
Dtest_widgets.py8 from tkinter.test.support import (AbstractTkTest, tcl_version, get_tk_patchlevel,
23 if get_tk_patchlevel() < (8, 6, 0, 'beta', 3):
565 if get_tk_patchlevel() < (8, 6, 0, 'beta', 3):
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py8 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):
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py8 from test_ttk.support import (tcl_version, requires_tcl, get_tk_patchlevel,
584 if get_tk_patchlevel() < (8, 5, 11):
1071 stringify=get_tk_patchlevel() < (8, 5, 11))
1119 stringify=get_tk_patchlevel() < (8, 5, 11))
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tcl.py27 def get_tk_patchlevel(): function
577 tk_patchlevel = get_tk_patchlevel()
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py8 get_tk_patchlevel, widget_eq,
1106 conv = float if get_tk_patchlevel() >= (8, 6, 10) else float_round