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/ |
D | support.py | 65 if get_tk_patchlevel() < (8, 6, 5): 67 '.'.join(map(str, get_tk_patchlevel()))) 73 def get_tk_patchlevel(): function
|
D | test_widgets.py | 9 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/ |
D | test_tcl.py | 23 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/ |
D | support.py | 92 if get_tk_patchlevel() < version: 100 def get_tk_patchlevel(): function
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_style.py | 7 from tkinter.test.support import AbstractTkTest, get_tk_patchlevel 173 if theme == 'alt' and name == '.' and get_tk_patchlevel() < (8, 6, 1):
|
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): 565 if get_tk_patchlevel() < (8, 6, 0, 'beta', 3):
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 8 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/ |
D | test_widgets.py | 8 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/ |
D | test_tcl.py | 27 def get_tk_patchlevel(): function 577 tk_patchlevel = get_tk_patchlevel()
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 8 get_tk_patchlevel, widget_eq, 1106 conv = float if get_tk_patchlevel() >= (8, 6, 10) else float_round
|