Lines Matching refs:path
924 def getmodulename(path):
926 fname = os.path.basename(path)
944 filename = (os.path.splitext(filename)[0] +
949 if os.path.exists(filename):
962 """Return an absolute path to the source or compiled file for an object.
968 return os.path.normcase(os.path.abspath(_filename))
1001 os.path.realpath(f)] = module.__name__
3328 print('Submodule search path: {}'.format(module.__path__))