Home | Trees | Indices | Help |
|
---|
|
API documentation information about a single module.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
Value Representation | |||
---|---|---|---|
Inherited from |
|
|||
Value Representation | |||
---|---|---|---|
Inherited from |
|
|||
Inherited from |
|||
Information about the Module | |||
---|---|---|---|
string
|
filename = _Sentinel('UNKNOWN') The name of the file that defines the module. |
||
string
|
docformat = _Sentinel('UNKNOWN') The markup language used by docstrings in this module. |
||
Information about Submodules | |||
list of ModuleDoc
|
submodules = _Sentinel('UNKNOWN') Modules contained by this module (if this module is a package). |
||
dict from str to list of ModuleDoc
|
submodule_groups = _Sentinel('UNKNOWN') A dictionary specifying what group each submodule belongs to. |
||
Information about Packages | |||
ModuleDoc |
package = _Sentinel('UNKNOWN') API documentation for the module's containing package. |
||
bool
|
is_package = _Sentinel('UNKNOWN') True if this ModuleDoc describes a package.
|
||
list of str
|
path = _Sentinel('UNKNOWN') If this ModuleDoc describes a package, then
path contains a list of directories that constitute its
path (i.e., the value of its __path__ variable).
|
||
Information about Imported Variables | |||
list of DottedName
|
imports = _Sentinel('UNKNOWN') A list of the source names of variables imported into this module. |
||
Information about Variables | |||
Inherited from |
|||
Value Representation | |||
Inherited from |
|||
Context | |||
Inherited from |
|||
Docstrings | |||
Inherited from |
|||
Information Extracted from Docstrings | |||
Inherited from |
|||
Source Information | |||
Inherited from |
|
Return a list of all Keyword argument
|
Return a specified subset of this module's sorted_variables list. If
Requires: The sorted_variables, variable_groups, and submodule_groups attributes must be initialized before this method can be used. See init_sorted_variables(), init_variable_groups(), and init_submodule_groups(). |
|
submodulesModules contained by this module (if this module is a package). (Note: on rare occasions, a module may have a submodule that is shadowed by a variable with the same name.)
|
submodule_groupsA dictionary specifying what group each submodule belongs to. The keys of the dictionary are group names, and the values are lists ofModuleDoc s. The order that groups should be listed in
should be taken from group_specs.
|
importsA list of the source names of variables imported into this module. This is used to construct import graphs.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 13 23:50:54 2008 | http://epydoc.sourceforge.net |