| Method Summary | 
|  | __init__(self,
          uid,
          verbosity) | 
|  | __repr__(self) | 
  |  | 
  | Accessors | 
| boolean | is_exception(self)Return true if this
 ClassDocdocuments an exception class. | 
| listofLink | methods(self)Return a list of all (instance) methods defined by the class documented by 
this
 ClassDoc, sorted by name. | 
| listofLink | classmethods(self)Return a list of all class methods defined by the class documented by this
 ClassDoc, sorted by name. | 
| listofLink | staticmethods(self)Return a list of all static methods defined by the class documented by this
 ClassDoc, sorted by name. | 
| listofLink | properties(self)Return a list of all properties defined by the class documented by this
 ClassDoc, sorted by name. | 
| listofLink | allmethods(self)Return a list of all instance, class, and static methods defined by the class 
documented by this
 ClassDoc, sorted by name. | 
| listofVar | cvariables(self)Return a list of all class variables defined by the class documented by this
 ClassDoc, sorted by name. | 
| listofVar | ivariables(self)Return a list of all instance variables defined by the class documented by 
this
 ClassDoc, sorted by name. | 
| listofLink | bases(self)Return a list of all base classes for the class documented by this
 ClassDoc, sorted by name. | 
| listofLink | subclasses(self)Return a list of known subclasses for the class documented by this
 ClassDoc, sorted by name. | 
| markup.ParsedDocstringorNone | property_type(self,
          uid)Return the type for the given property, as specified by the docstring of the 
class documented by this
 ClassDoc. | 
| listofUID | base_order(self)Return a list of all base ancestors of the class documented by this
 ClassDoc, listed in the order that they are searched byPythonfor members. | 
  | Inherited from ObjDoc:by_group,defines_groups,descr,field_values,fields,groups,has_docstring,sortorder,summary,uid | 
  | Inheritance | 
| None | add_subclasses(self,
          classes)Register subclasses for the class doumented by this
 ClassDoc. | 
| None | inherit(self,
          base_docs,
          inheritance_groups,
          inherit_groups)Add inherited variables and groups to this
 ClassDoc. |