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

Function nargs

numpy/array_api/tests/test_elementwise_functions.py:15–16  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

13
14
15def nargs(func):
16 return len(getfullargspec(func).args)
17
18
19def test_function_types():

Callers 1

test_function_typesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected