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

Function _setdef

numpy/core/_ufunc_config.py:441–443  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439
440
441def _setdef():
442 defval = [UFUNC_BUFSIZE_DEFAULT, ERR_DEFAULT, None]
443 umath.seterrobj(defval)
444
445
446# set the default values

Callers 1

_ufunc_config.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected