Constant | ARRAY_FUNCTION_ENABLED |
Undocumented |
Variable | ArgSpec |
Undocumented |
Variable | array_function_like_doc |
Undocumented |
Function | array_function_dispatch |
Decorator for adding dispatch with the __array_function__ protocol. |
Function | array_function_from_dispatcher |
Like array_function_dispatcher, but with function arguments flipped. |
Function | set_array_function_like_doc |
Undocumented |
Function | set_module |
Decorator for overriding __module__ on a function or class. |
Function | verify_matching_signatures |
Verify that a dispatcher function has the right signature. |
Undocumented
Value |
|
Decorator for adding dispatch with the __array_function__ protocol.
See NEP-18 for example usage.
Function suitable for decorating the implementation of a NumPy function.