| Home | Trees | Indices | Help |
|
|---|
|
|
Im-/mutable, caching or memoizing properties and decorators.
Version: 21.01.26
| Classes | |
| Property_RO | |
| Property | |
| property_RO | |
| Functions | |||
|
|||
| Variables | |
__all__ = _ALL_LAZY.props
|
|
| Function Details |
Decorator for a standard
Example: >>> @property_doc_("documentation text.") >>> def name(self): >>> ... >>> >>> @name.setter >>> def name(self, value): >>> ... |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jan 30 13:30:16 2021 | http://epydoc.sourceforge.net |