Trees | Indices | Help |
---|
|
objects and functions used in dealing with packages
Version: $Rev$
|
|||
_PatchedModuleImporter I am overriding ihook's ModuleImporter's import_module() method to accept (and ignore) the 'level' keyword argument that appeared in the built-in __import__() function in python2.5. |
|||
PackageHooks I am an import Hooks object that makes sure that every package that gets loaded has every necessary path in the module's __path__ list. |
|||
Packager I am an object through which package paths can be registered, to support the partitioning of the module import namespace across bundles. |
|
|||
|
|||
list |
|
||
|
|||
|
|||
Packager |
|
|
|||
__packager = None
|
|||
__package__ =
|
|
I'm similar to os.listdir, but I work recursively and only return directories containing python code.
|
I'm similar to os.listdir, but I work recursively and only return files representing python non-package modules.
|
I take a directory and return a list of candidate python packages under that directory that start with the given prefix. A package is a module containing modules; typically the directory with the same name as the package contains __init__.py
|
I take a directory and return a list of candidate python end modules (i.e., non-package modules) for the given module prefix.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:16:55 2013 | http://epydoc.sourceforge.net |