Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
441
def
_setdef():
442
defval = [UFUNC_BUFSIZE_DEFAULT, ERR_DEFAULT, None]
443
umath.seterrobj(defval)
444
445
446
# set the default values
Callers
1
_ufunc_config.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected