Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:prefix

22         assert isinstance(s, str)   # sys.prefix contains only bytes
49 prefix = os.path.join(sys.prefix,"tcl")
50 if not os.path.exists(prefix):
55 prefix = os.path.join(sys.prefix, "externals", tcltk, "lib")
56 prefix = os.path.abspath(prefix)
58 if os.path.exists(prefix):
59 prefix = convert_path(prefix)
61 for name in os.listdir(prefix):
63 tcldir = os.path.join(prefix,name)
71 v = os.path.join(prefix, 'tk'+ver)
77 for name in os.listdir(prefix):
79 tixdir = os.path.join(prefix,name)