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):
52 prefix = os.path.join(sys.prefix, os.path.pardir, "tcltk", "lib")
53 prefix = os.path.abspath(prefix)
55 if os.path.exists(prefix):
56 prefix = convert_path(prefix)
58 for name in os.listdir(prefix):
60 tcldir = os.path.join(prefix,name)
68 v = os.path.join(prefix, 'tk'+ver)
74 for name in os.listdir(prefix):
76 tixdir = os.path.join(prefix,name)