pyart.exceptions#

Description

pyart.exceptions#

Custom Py-ART exceptions.

MissingOptionalDependency

Exception raised when a optional dependency is needed by not found.

DeprecatedAttribute

Warning category for an attribute which has been renamed/moved.

DeprecatedFunctionName

Warning category for a function which has been renamed/moved.

_deprecated_alias(func, old_name, new_name)

A function for creating an alias to a renamed or moved function.