Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ info
Function
info
numpy/distutils/log.py:106–107 ·
view source on GitHub ↗
(msg, *a, **kw)
Source
from the content-addressed store, hash-verified
104
105
106
def
info(msg, *a, **kw):
107
_info(f
"INFO: {msg}"
, *a, **kw)
108
109
110
def
debug(msg, *a, **kw):
Callers
1
set_threshold
Function · 0.70
Calls
1
_info
Function · 0.85
Tested by
no test coverage detected