| Home | Trees | Index | Help |
|
|---|
| Package epydoc :: Module objdoc :: Class PropertyDoc |
|
ObjDoc --+
|
PropertyDoc
ObjDoc), and the following
property-specific pieces of documentation:
| Method Summary | |
|---|---|
__init__(self,
uid,
typ,
verbosity)
| |
__repr__(self)
| |
Inherited from ObjDoc:
_sort
| |
| Accessors | |
UID
|
Return the UID of this property's delete function. |
UID
|
Return the UID of this property's get function. |
UID
|
Return the UID of this property's set function. |
markup.ParsedDocstring
|
Return a description of this property's type. |
Inherited from ObjDoc:
by_group,
defines_groups,
descr,
field_values,
fields,
groups,
has_docstring,
sortorder,
summary,
uid
| |
| Error Handling | |
Inherited from ObjDoc:
_print_errors
| |
| Docstring Parsing | |
Process a field from this object's docstring. | |
| Instance Variable Summary | |
|---|---|
Inherited from ObjDoc:
_uid
| |
| Error Handling | |
Inherited from ObjDoc:
_field_warnings,
_misc_warnings,
_parse_errors,
_parse_warnings
| |
| Docstring Parsing | |
Inherited from ObjDoc:
_descr,
_fields
|
| Class Variable Summary | |
|---|---|
| Docstring Parsing | |
Inherited from ObjDoc:
STANDARD_FIELDS
|
| Method Details |
|---|
fdel(self)
|
fget(self)
|
fset(self)
|
type(self)
|
_process_field(self, tag, arg, descr, warnings)Process a field from this object's docstring.ObjDoc._process_field be overridden by child classes of
ObjDoc, and called as the default case.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Jul 22 04:20:30 2003 | http://epydoc.sf.net |