Method Summary |
|
__init__(self,
name,
descr,
type,
default) Construct the documentation for a variable or parameter. |
|
__repr__(self) |
string or None
|
default(self) Return the default value for parameters; or None for variables. |
xml.dom.minidom.Element
|
descr(self) Return the DOM representation of an epytext description of this variable. |
string
|
name(self) Return the name of this variable. |
None
|
set_default(self,
default) Set this variable's default value. |
None
|
set_descr(self,
descr) Set this variable's description. |
None
|
set_type(self,
type) Set this variable's type. |
xml.dom.minidom.Element
|
type(self) Return the DOM representation of an epytext description of this variable's type. |