Panda3D
|
Public Member Functions | |
def | __init__ (self) |
def | find_module (self, fullname, path=None, reload=False) |
def | 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.
def __init__ | ( | self | ) |
def find_module | ( | self, | |
fullname, | |||
path = None , |
|||
reload = False |
|||
) |
def getLoadedDirname | ( | self, | |
mod | |||
) |
Returns the directory name that the indicated conventionally-loaded module must have been loaded from.