|
|
apidoc_links(self,
**filters)
|
|
init_submodule_groups(self)
Initialize the submodule_groups attribute, based on the submodules
and group_specs attributes.
|
|
select_variables(self,
group=None,
value_type=None,
public=None,
imported=None)
Return a specified subset of this module's sorted_variables
list.
|
:
__init__ ,
group_names ,
init_sorted_variables ,
init_variable_groups
:
__repr__ ,
pyval_repr
:
__cmp__ ,
__hash__ ,
__setattr__ ,
__str__ ,
merge_and_overwrite ,
pp ,
specialize_to
:
__delattr__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__
|
|
:
canonical_name ,
toktree
|
Information about the Module |
filename |
The name of the file that defines the module. |
docformat |
The markup language used by docstrings in this module. |
Information about Submodules |
submodules |
Modules contained by this module (if this module is a
package). |
submodule_groups |
A dictionary specifying what group each submodule belongs to. |
Information about Packages |
package |
API documentation for the module's containing package. |
is_package |
True if this ModuleDoc describes a package. |
path |
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 |
imports |
A list of the source names of variables imported into this
module. |
:
proxy_for
|
Information about Variables |
:
group_specs ,
sort_spec ,
sorted_variables ,
variable_groups ,
variables
|
Value Representation |
:
parse_repr ,
pyval
|
Context |
:
defining_module
|
Docstrings |
:
docstring ,
docstring_lineno
|
Information Extracted from Docstrings |
:
descr ,
extra_docstring_fields ,
metadata ,
summary
|
Source Information |
:
docs_extracted_by
|