Lines Matching refs:name
29 A path configuration file is a file whose name has the form
160 def addpackage(sitedir, name, known_paths):
170 fullname = os.path.join(sitedir, name)
224 names = [name for name in names if name.endswith(".pth")]
225 for name in sorted(names):
226 addpackage(sitedir, name, known_paths)
276 if os.name == "nt":
287 # Same to sysconfig.get_path('purelib', os.name+'_user')
291 if os.name == 'nt':
550 if exc.name == 'sitecustomize':
570 if exc.name == 'usercustomize':