Home | Trees | Indices | Help |
|
---|
|
Im-/mutable, caching or memoizing properties and decorators for
DeprecationWarning
s.
To enable DepreactionWarning
s from
PyGeodesy
, set environment variable
PYGEODESY_WARNINGS
to a non-empty string. For more details
see function DeprecationWarnings below.
Version: 21.02.12
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): >>> ... |
Decorator for a DEPRECATED class.
|
Decorator for a DEPRECATED function.
|
Decorator for a DEPRECATED method.
|
Decorator for a DEPRECATED Property_RO.
|
Decorator for a DEPRECATED property_RO.
|
Get the
Note:
To get DeprecationWarnings if any, run
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Feb 13 13:36:15 2021 | http://epydoc.sourceforge.net |