This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

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