This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / 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