Package epydoc :: Module apidoc :: Class PropertyDoc
[hide private]
[frames] | no frames]

Class PropertyDoc

source code


API documentation information about a single property.

Instance Methods [hide private]
 
apidoc_links(self, **filters) source code
call graph 
bool
is_detailed(self)
Does this object deserve a box with extra details?
source code
call graph 

Inherited from ValueDoc: __getstate__, __repr__, __setstate__

Inherited from APIDoc: __cmp__, __hash__, __init__, __setattr__, __str__, merge_and_overwrite, pp, specialize_to

Inherited from APIDoc (private): _debug_setattr

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__

    Value Representation

Inherited from ValueDoc: pyval_repr, summary_pyval_repr

Class Variables [hide private]
    Value Representation

Inherited from ValueDoc: REPR_LINELEN, REPR_MAXLINES, REPR_MIN_SCORE, SUMMARY_REPR_LINELEN

Instance Variables [hide private]

Inherited from ValueDoc: canonical_name, toktree

    Property Access Functions
RoutineDoc fget = _Sentinel('UNKNOWN')
API documentation for the property's get function.
RoutineDoc fset = _Sentinel('UNKNOWN')
API documentation for the property's set function.
RoutineDoc fdel = _Sentinel('UNKNOWN')
API documentation for the property's delete function.
    Information Extracted from Docstrings
ParsedDocstring type_descr = _Sentinel('UNKNOWN')
A description of the property's expected type, extracted from its docstring.

Inherited from APIDoc: descr, extra_docstring_fields, metadata, other_docs, summary

    Value Representation

Inherited from ValueDoc: parse_repr, pyval

    Context

Inherited from ValueDoc: defining_module

    Information about Imported Variables

Inherited from ValueDoc: proxy_for

    Docstrings

Inherited from APIDoc: docstring, docstring_lineno

    Source Information

Inherited from APIDoc: docs_extracted_by

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

apidoc_links(self, **filters)

source code 
call graph 
Overrides: ValueDoc.apidoc_links

is_detailed(self)

source code 
call graph 
Does this object deserve a box with extra details?
Returns: bool
True if the object needs extra details, else False.
Overrides: APIDoc.is_detailed
(inherited documentation)