plasmapy.utils.decorators.checks
Decorator for checking input/output arguments of functions.
Classes
|
Base class for 'Check' decorator classes. |
|
A decorator class to 'check' — limit/control — the units of input and return arguments to a function or method. |
|
A decorator class to 'check' — limit/control — the values of input and return arguments to a function or method. |

Functions
|
Warns or raises an exception when the output of the decorated function is greater than |
|
A decorator to 'check' — limit/control — the units of input and return arguments to a function or method. |
|
A decorator to 'check' — limit/control — the values of input and return arguments to a function or method. |