MCPcopy Create free account
hub / github.com/numpy/numpy / PyUFunc_GetPyValues

Function PyUFunc_GetPyValues

numpy/core/src/umath/ufunc_object.c:541–547  ·  view source on GitHub ↗

UFUNC_API * * On return, if errobj is populated with a non-NULL value, the caller * owns a new reference to errobj. */

Source from the content-addressed store, hash-verified

539 * owns a new reference to errobj.
540 */
541NPY_NO_EXPORT int
542PyUFunc_GetPyValues(char *name, int *bufsize, int *errmask, PyObject **errobj)
543{
544 PyObject *ref = get_global_ext_obj();
545
546 return _extract_pyvals(ref, name, bufsize, errmask, errobj);
547}
548
549/* Return the position of next non-white-space char in the string */
550static int

Callers 2

Calls 1

_extract_pyvalsFunction · 0.85

Tested by

no test coverage detected