Home | Trees | Index | Help |
|
---|
|
|
|||
apidoc_links(self,
**filters)
Return a list of all APIDoc s that are directly linked
from this APIDoc (i.e., are contained or pointed to by
one or more of this APIDoc 's attributes.)
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|||
Property Access Functions | |||
---|---|---|---|
fget | API documentation for the property's get function. | ||
fset | API documentation for the property's set function. | ||
fdel | API documentation for the property's delete function. | ||
Information Extracted from Docstrings | |||
type_descr | A description of the property's expected type, extracted from its docstring. | ||
Inherited from |
|||
Value Representation | |||
Inherited from |
|||
Context | |||
Inherited from |
|||
Information about Imported Variables | |||
Docstrings | |||
Inherited from |
|||
Source Information | |||
Inherited from |
|
Return a list of all filters can be used to selectively
exclude certain categories of attribute value. For example, using
includes=False will exclude variables that were imported
from other modules; and subclasses=False will exclude
subclasses. The filter categories currently supported by epydoc are:
|
|
fgetAPI documentation for the property's get function.
|
fsetAPI documentation for the property's set function.
|
fdelAPI documentation for the property's delete function.
|
type_descrA description of the property's expected type, extracted from its docstring.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:33:19 2006 | http://epydoc.sf.net |