| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
basestring str(object) -> string |
|||
| _LazyImport | |||
| _LazyImportFrom | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_module_proxies = {}
|
|||
_module_proxies_lock = <_RLock owner=None count=0>
|
|||
__package__ =
|
|||
Imports: sys, types, threading, ObjectProxy
|
|||
Load lazily referenced portage submodules into memory, so imports won't fail during portage upgrade/downgrade. Note that this recursively loads only the modules that are lazily referenced by currently imported modules, so some portage submodules may still remain unimported after this function is called. |
Destroy all proxies that reference the give module name. Also, check for other proxies referenced by modules that have been imported and destroy those proxies too. This way, destruction of a single proxy can trigger destruction of all the rest. If a target module appears to be partially imported (indicated when an AttributeError is caught), this function will leave in place proxies that reference it. |
Create a proxy in the given scope in order to performa a lazy import. Syntax Result foo import foo foo:bar,baz from foo import bar, baz foo:bar@baz from foo import bar as baz
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 23 22:25:34 2013 | http://epydoc.sourceforge.net |