| Home | Trees | Indices | Help |
|
|---|
|
|
Tools for doing dynamic imports.
Since: 0.3
|
|||
|
ModuleFinder This is a special module finder object that executes a collection of callables when a specific module has been imported. |
|||
|
|||
|
|||
|
|||
|
|||
finder = None
|
|||
__package__ =
|
|||
__warningregistry__ =
|
|||
Imports: sys
|
|||
Call
If the module has already been imported, 'hook(module)' is called immediately, and the module object is returned from this function. If the module has not been imported, then the hook is called when the module is first imported. |
|
|||
__warningregistry__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jul 18 11:43:57 2011 | http://epydoc.sourceforge.net |