Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ info
Method
info
numpy/distutils/misc_util.py:885–887 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
883
return
d
884
885
def
info(self, message):
886
if
not self.options[
'quiet'
]:
887
print(message)
888
889
def
warn(self, message):
890
sys.stderr.write(
'Warning: %s\n'
% (message,))
Callers
15
add_subpackage
Method · 0.95
dict_append
Method · 0.95
generate_svn_version_py
Method · 0.95
generate_hg_version_py
Method · 0.95
generate_config_h
Function · 0.80
generate_numpyconfig_h
Function · 0.80
generate_api
Function · 0.80
test_py3_compat
Method · 0.80
_has_method_heading
Function · 0.80
lib_utils.py
File · 0.80
CCompiler_spawn
Function · 0.80
CCompiler_compile
Function · 0.80
Calls
1
print
Function · 0.85
Tested by
2
test_py3_compat
Method · 0.64
_has_method_heading
Function · 0.64