aliases
This module gathers type aliases used throughout the package.
- Function
Type alias for single argument python functions (callables).
alias of
Callable[[Any],Any]
- NumericFunction
Type alias for single argument python numeric functions (callables).
alias of
Callable[[float],float]