|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
Inherited from NamespaceDoc:
__init__,
group_names,
init_sorted_variables,
init_variable_groups,
is_detailed
Inherited from ValueDoc:
__getstate__,
__repr__,
__setstate__
Inherited from APIDoc:
__cmp__,
__hash__,
__setattr__,
__str__,
merge_and_overwrite,
pp,
specialize_to
Inherited from object:
__delattr__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__
|
|
Inherited from ValueDoc:
pyval_repr,
summary_pyval_repr
|
|
Inherited from ValueDoc:
canonical_name,
toktree
|
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.
|
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.
|
|
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).
|
list of DottedName
|
imports = _Sentinel('UNKNOWN')
A list of the source names of variables imported into this
module.
|
|
Inherited from ValueDoc:
proxy_for
|
|
Inherited from NamespaceDoc:
group_specs,
sort_spec,
sorted_variables,
variable_groups,
variables
|
|
Inherited from ValueDoc:
parse_repr,
pyval
|
|
Inherited from ValueDoc:
defining_module
|
|
Inherited from APIDoc:
docstring,
docstring_lineno
|
|
Inherited from APIDoc:
descr,
extra_docstring_fields,
metadata,
other_docs,
summary
|
|
Inherited from APIDoc:
docs_extracted_by
|