module documentation

Undocumented

Class TestArrayFunctionDispatch Undocumented
Class TestArrayFunctionImplementation Undocumented
Class TestArrayLike Undocumented
Class TestGetImplementingArgs Undocumented
Class TestNDArrayArrayFunction Undocumented
Class TestNDArrayMethods Undocumented
Class TestNumPyFunctions Undocumented
Class TestVerifyMatchingSignatures Undocumented
Function dispatched_one_arg Docstring.
Function dispatched_two_arg Docstring.
Variable requires_array_function Undocumented
Function _new_duck_type_and_implements Create a duck array type and implements functions.
Function _return_not_implemented Undocumented
@array_function_dispatch((lambda array: (array,)))
def dispatched_one_arg(array): (source)

Docstring.

@array_function_dispatch((lambda array1, array2: (array1, array2)))
def dispatched_two_arg(array1, array2): (source)

Docstring.

requires_array_function = (source)

Undocumented

def _new_duck_type_and_implements(): (source)

Create a duck array type and implements functions.

def _return_not_implemented(self, *args, **kwargs): (source)

Undocumented