Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
def
nargs(func):
16
return
len(getfullargspec(func).args)
17
18
19
def
test_function_types():
Callers
1
test_function_types
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected