Public Member Functions | |
__init__ (prop) | |
__del__ () | |
__init__ (reason_) | |
__init__ (name_) | |
__init__ (name_) | |
__init__ (name_) | |
__init__ (name_) | |
__init__ (reason_) | |
__init__ (reason_) | |
__init__ (reason_) | |
load (file_name, init_func=None) | |
Load module. | |
unload (file_name) | |
Unload module. | |
unloadAll () | |
Unload all modules. | |
symbol (file_name, func_name) | |
Look up a named symbol in the module. | |
setLoadpath (load_path_list) | |
Set default module load path. | |
getLoadPath () | |
addLoadpath (load_path) | |
Add module load path. | |
getLoadedModules () | |
Get loaded module names. | |
getLoadableModules () | |
Get loadable module names. | |
allowAbsolutePath () | |
Allow absolute load path. | |
disallowAbsolutePath () | |
Forbid absolute load path. | |
allowModuleDownload () | |
Allow module download. | |
disallowModuleDownload () | |
Forbid module download. | |
findFile (fname, load_path) | |
Search file from load path. | |
fileExist (filename) | |
Check file existance. | |
getInitFuncName (file_path) | |
Create initialize function symbol. | |
__init__ (dll) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add module load path.
|
|
Allow absolute load path.
|
|
Allow module download.
|
|
Forbid absolute load path.
|
|
Forbid module download.
|
|
Check file existance.
|
|
Search file from load path.
|
|
Create initialize function symbol.
|
|
Get loadable module names.
|
|
Get loaded module names.
|
|
|
|
Load module.
|
|
Set default module load path.
|
|
Look up a named symbol in the module.
|
|
Unload module.
|
|
Unload all modules.
|