Panda3D
|
Public Member Functions | |
__init__ (self) | |
find_module (self, fullname, path=None, reload=False) | |
getLoadedDirname (self, mod) | |
This is a special importer that is added onto the meta_path list, so that it is called before sys.path is traversed. It uses special logic to load one of the "shared" packages, by searching the entire sys.path for all instances of this shared package, and merging them.
__init__ | ( | self | ) |
find_module | ( | self, | |
fullname, | |||
path = None, | |||
reload = False ) |
getLoadedDirname | ( | self, | |
mod ) |
Returns the directory name that the indicated conventionally-loaded module must have been loaded from.