ArrayFunc§

typed_lisa_toolkit.types.misc.ArrayFunc§

A callable that takes an array as input and returns an array as output.

alias of Callable[[Array[Any, ModuleType] | ndarray[tuple[Any, …], dtype[Any]]], Array[Any, ModuleType] | ndarray[tuple[Any, …], dtype[Any]]]