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#

NumPyOverloader()

Register numpy function overrides.

Class Inheritance Diagram#

Inheritance diagram of overload_numpy.overload.NumPyOverloader