MCPcopy Create free account
hub / github.com/numpy/numpy / dispatched_one_arg

Function dispatched_one_arg

numpy/core/tests/test_overrides.py:24–26  ·  view source on GitHub ↗

Docstring.

(array)

Source from the content-addressed store, hash-verified

22# need to define this at the top level to test pickling
23@array_function_dispatch(lambda array: (array,))
24def dispatched_one_arg(array):
25 """Docstring."""
26 return 'original'
27
28
29@array_function_dispatch(lambda array1, array2: (array1, array2))

Callers 3

test_interfaceMethod · 0.85
test_not_implementedMethod · 0.85
test_one_argMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected