|
|
| [show private | hide private] |
ObjDoc --+
|
FuncDoc
None
None
ObjDoc.
| Method Summary | |
|---|---|
__init__(self,
obj,
verbosity)Create the documentation for the given object. | |
__repr__(self) | |
list of Element
|
authors(self)Return a list of the authors of the object documented by this ObjDoc. (inherited from ObjDoc)
|
Element
|
descr(self)Return a description of the object documented by this ObjDoc. (inherited from ObjDoc)
|
boolean
|
documented(self)Return true if the object documented by this ObjDoc has a docstring. (inherited from ObjDoc)
|
Var or
None
|
kwarg(self)Return the keyword parameter for the function/method documented by this FuncDoc, or None if it has no keyword parameter. |
Link or
None
|
overrides(self)Return the method overridden by the method documented by this FuncDoc; or None if the method documented by this FuncDoc does not override any method, or if this FuncDoc documents a function. |
list of Var
|
parameter_list(self)Return a (flat) list of all parameters for the function/method documented by this FuncDoc. |
list of Var
|
parameters(self)Return the parameters for the function/method documented by this FuncDoc. |
list of Raise
|
raises(self)Return a list of exceptions that may be raised by the function/method documented by this FuncDoc. |
Var or
None
|
returns(self)Return the return value for the function/method documented by this FuncDoc, or None if it has no return value. |
list of Element
|
seealsos(self)Return a list of objects related to the object documented by this ObjDoc. (inherited from ObjDoc)
|
list of string
|
sortorder(self)Return the object's __epydoc_sort__ list. (inherited from ObjDoc)
|
UID
|
uid(self)Return the UID of the object documented by this ObjDoc. (inherited from ObjDoc)
|
Var or
None
|
vararg(self)Return the vararg parameter for the function/method documented by this FuncDoc, or None if it has no vararg parameter. |
Element
|
version(self)Return the version of the object documented by this ObjDoc. (inherited from ObjDoc)
|
| Method Details |
|---|
Constructor
|
Representation operator
|
kwarg
|
overrides
|
parameter_list
|
parameters
|
raises
|
returns
|
vararg
|
|
|
| Generated by Epydoc on Sun Oct 6 03:32:14 2002 | http://epydoc.sf.net |