deprecated
- plasmapy.utils.decorators.deprecation.deprecated(
- since,
- message='',
- name='',
- alternative='',
- pending=False,
- obj_type=None,
- warning_type=<class 'plasmapy.utils.exceptions.PlasmaPyDeprecationWarning'>,
- *,
- pending_warning_type=<class 'astropy.utils.exceptions.AstropyPendingDeprecationWarning'>,
A wrapper of
astropy.utils.decorators.deprecatedthat by default assumes a warning type ofPlasmaPyDeprecationWarning.