HomeSort by relevance Sort by last modified time
    Searched refs:tilelib (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/lib-tk/
ttk.py 37 tilelib = os.environ.get('TILE_LIBRARY')
38 if tilelib:
44 'lappend auto_path {%s}' % tilelib)
    [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py 39 tilelib = os.environ.get('TILE_LIBRARY')
40 if tilelib:
46 'lappend auto_path {%s}' % tilelib)
    [all...]

Completed in 368 milliseconds