Home | Trees | Indices | Help |
|
---|
|
This is a special module finder object that executes a collection of
callables when a specific module has been imported. An instance of this
is placed in sys.meta_path
, which is consulted before
sys.modules
- allowing us to provide this functionality.
See Also: when_imported
Since: 0.5
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Called when an import is made. If there are hooks waiting for this module to be imported then we stop the normal import process and manually load the module.
|
If we get this far, then there are hooks waiting to be called on import of this module. We manually load the module and then run the hooks.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 19 14:56:43 2009 | http://epydoc.sourceforge.net |