MCPcopy 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
106def info(msg, *a, **kw):
107 _info(f"INFO: {msg}", *a, **kw)
108
109
110def debug(msg, *a, **kw):

Callers 1

set_thresholdFunction · 0.70

Calls 1

_infoFunction · 0.85

Tested by

no test coverage detected