| Method Summary | 
|  | __init__(self,
          uid,
          verbosity) | 
|  | __repr__(self) | 
  |  | 
  | Accessors | 
| listofLink | functions(self)Return a list of all functions defined by the module/package documented by 
this
 ModuleDoc. | 
| listofLink | classes(self)Return a list of all classes defined by the module/package documented by this
 ModuleDoc, sorted by name. | 
| listofVar | variables(self)Return a list of all variables defined by the module/package documented by 
this
 ModuleDoc, sorted by name. | 
| listofLink | imported_functions(self)Return a list of all functions contained in the module/package documented by 
this
 ModuleDocthat are not defined by that module/package, 
sorted by name. | 
| listofLink | imported_classes(self)Return a list of all classes contained in the module/package documented by 
this
 ModuleDocthat are not defined by that module/package, 
sorted by name. | 
| UIDorNone | package(self)Return the package that contains the module documented by this
 ModuleDoc, orNoneif no package contains the 
module. | 
| boolean | ispackage(self)Return true if this
 ModuleDocdocuments a package (not a 
module). | 
| boolean | ismodule(self)Return true if this
 ModuleDocdocuments a module (not a 
package). | 
| listofLink | modules(self)Return a list of the known modules and subpackages conained in the package 
documented by this
 ModuleDoc, sorted by name. | 
| listofVar | imported_variables(self)Return a list of all variables contained in the module/package documented by 
this
 ModuleDocthat are not defined by that module/package, 
sorted by name. | 
| listofLink | imported_modules(self)Return a list of all modules that are imported by the module/package 
documented by this
 ModuleDoc, sorted by name. | 
  | Inherited from ObjDoc:by_group,defines_groups,descr,field_values,fields,groups,has_docstring,sortorder,summary,uid | 
  | Modifiers | 
|  | remove_autogenerated_variables(self) | 
| None | add_modules(self,
          modules)Register submodules for the package doumented by this
 ModuleDoc. |