Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package epydoc :: Module objdoc :: Class ModuleDoc |
|
ObjDoc
--+
|
ModuleDoc
ObjDoc
), and the following module-specific
pieces of documentation:
Method Summary | |
---|---|
__init__(self,
uid,
verbosity)
| |
__repr__(self)
| |
Accessors | |
list of Link
|
Return a list of all classes defined by the module/package documented by this ModuleDoc , sorted by name. |
list of Link
|
Return a list of all functions defined by the module/package documented by this ModuleDoc . |
list of Link
|
Return a list of all classes contained in the module/package documented by this ModuleDoc that are not defined by that module/package,
sorted by name. |
list of Link
|
Return a list of all functions contained in the module/package documented by this ModuleDoc that are not defined by that module/package,
sorted by name. |
list of Link
|
Return a list of all modules that are imported by the module/package documented by this ModuleDoc , sorted by name. |
list of Var
|
Return a list of all variables contained in the module/package documented by this ModuleDoc that are not defined by that module/package,
sorted by name. |
boolean
|
Return true if this ModuleDoc documents a module (not a
package). |
boolean
|
Return true if this ModuleDoc documents a package (not a
module). |
list of Link
|
Return a list of the known modules and subpackages conained in the package documented by this ModuleDoc , sorted by name. |
UID or None
|
Return the package that contains the module documented by this ModuleDoc , or None if no package contains the
module. |
list of Var
|
Return a list of all variables defined by the module/package documented by this ModuleDoc , sorted by name. |
Modifiers | |
None
|
Register submodules for the package doumented by this ModuleDoc . |
remove_autogenerated_variables(self)
| |
Inherited from ObjDoc | |
list of (string, elt)
|
Divide a set of elements into groups. |
boolean
|
Return true if the object documented by this ObjDoc defines any
groups. |
markup.ParsedDocstring
|
Return a description of the object documented by this ObjDoc . |
list of markup.ParsedDocstring
|
Return a list of the values that are specified for the given field in the docstring of the object documented by this ObjDoc . |
list of DocField
|
Return a list of the fields that are given values in the docstring of the object documented by this ObjDoc . |
list of string
|
Return a list of the names of the groups that are defined for the object documented by this ObjDoc . |
boolean
|
Return true if the object documented by this ObjDoc has a
docstring. |
list of string
|
Return a list specifying the sort order that should be used for the object's children. |
markup.ParsedDocstring
|
Return a summary of the description of the object documented by this ObjDoc . |
UID
|
Return the UID of the object documented by this ObjDoc . |
Class Variable Summary | |
---|---|
Inherited from ObjDoc | |
List of DocField |
STANDARD_FIELDS : The list of standard docstring fields that epydoc accepts. |
Method Details |
---|
add_modules(self, modules)Register submodules for the package doumented by thisModuleDoc . This must be done externally, since we can't
determine the submodules of a package through introspection alone. This
is automatically called by DocMap.add when new modules are added to
a DocMap .
|
classes(self)
|
functions(self)
|
imported_classes(self)
|
imported_functions(self)
|
imported_modules(self)
|
imported_variables(self)
|
ismodule(self)
|
ispackage(self)
|
modules(self)
|
package(self)
|
variables(self)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:58 2003 | http://epydoc.sf.net |