deprecated_property#
- class gwpy.utils.decorators.deprecated_property( )[source]#
Bases:
propertySub-class of
propertythat invokes DeprecationWarning on every call.Deprecated since version 4.0.0: This property is deprecated and will be removed in a future release. Use
warnings.deprecatedinstead.