Home
last modified time | relevance | path

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

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