Override Registry (overload_numpy.overload)#
NumPyOverloader.
A note about ufunc#
When registering a ufunc override a wrapper object is returned instead of the
original function. On these objects only the __call__ and register
methods are public API.
API#
Classes#
|
Register |
Class Inheritance Diagram#
