You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / _utils / _inspect / getargs

function

numpy._utils._inspect:getargs

source: /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