Home
last modified time | relevance | path

Searched defs:tcl_version (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dsupport.py55 tcl_version = tuple(map(int, _tkinter.TCL_VERSION.split('.'))) variable
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/
Dsupport.py82 tcl_version = tuple(map(int, _tkinter.TCL_VERSION.split('.'))) variable
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_tcl.py20 tcl_version = tuple(map(int, _tkinter.TCL_VERSION.split('.'))) variable
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tcl.py24 tcl_version = tuple(map(int, _tkinter.TCL_VERSION.split('.'))) variable