Home
last modified time | relevance | path

Searched refs:_REQUIRE_TILE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
Dttk.py32 _REQUIRE_TILE = True if Tkinter.TkVersion < 8.5 else False variable
35 if _REQUIRE_TILE:
/external/python/cpython3/Lib/tkinter/
Dttk.py34 _REQUIRE_TILE = True if tkinter.TkVersion < 8.5 else False variable
37 if _REQUIRE_TILE: