Home | Trees | Indices | Help |
|
---|
|
Im-/mutable, caching or memoizing properties and deprecation decorators.
To enable DeprecationWarning
s from
PyGeodesy
, set environment variable
PYGEODESY_WARNINGS
to a non-empty string and run
python
with command line option -X dev
or one
or the -W
choices, see function DeprecationWarnings below.
Version: 21.06.09
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): >>> ... |
Use inside __new__ or __init__ of a DEPRECATED class.
Note: NOT a decorator! |
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 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 7 14:01:58 2021 | http://epydoc.sourceforge.net |