module documentation

Undocumented

Variable requires​_array​_function Undocumented
Class ​Test​Array​Function​Dispatch Undocumented
Class ​Test​Array​Function​Implementation Undocumented
Class ​Test​Array​Like Undocumented
Class ​Test​Get​Implementing​Args Undocumented
Class ​Test​NDArray​Array​Function Undocumented
Class ​Test​NDArray​Methods Undocumented
Class ​Test​Num​Py​Functions Undocumented
Class ​Test​Verify​Matching​Signatures Undocumented
Function ​_new​_duck​_type​_and​_implements Create a duck array type and implements functions.
Function ​_return​_not​_implemented Undocumented
Function dispatched​_one​_arg Docstring.
Function dispatched​_two​_arg Docstring.
requires_array_function =

Undocumented

def _new_duck_type_and_implements():
Create a duck array type and implements functions.
def _return_not_implemented(self, *args, **kwargs):

Undocumented

@array_function_dispatch((lambda array: (array,)))
def dispatched_one_arg(array):
Docstring.
@array_function_dispatch((lambda array1, array2: (array1, array2)))
def dispatched_two_arg(array1, array2):
Docstring.