Manage the import process.
|
install(self,
namespace={ ' ArithmeticError ' : <type 'exceptions.ArithmeticError'>, ' Asse ... )
Install this ImportManager into the specified namespace. |
|
|
|
uninstall(self)
Restore the previous import mechanism. |
|
|
|
add_suffix(self,
suffix,
importFunc) |
|
|
|
__init__(self,
fs_imp=None) |
|
|
|
_import_hook(self,
fqname,
globals=None,
locals=None,
fromlist=None)
Python calls this hook to locate and import a module. |
|
|
|
|
|
_import_top_module(self,
name) |
|
|
|
_reload_hook(self,
module)
Python calls this hook to reload a module. |
|
|