bundles / numpy latest / numpy / _utils / _inspect / getargs
function
numpy._utils._inspect:getargs
source: build-install/usr/lib/python3.14/site-packages/numpy/_utils/_inspect.py :66
Signature
def getargs ( co ) Summary
Get information about the arguments accepted by a code object.
Extended Summary
Three things are returned: (args, varargs, varkw), where 'args' is a list of argument names (possibly containing nested lists), and 'varargs' and 'varkw' are the names of the * and ** arguments or None.
Aliases
-
numpy._utils._inspect.getargs