MCPcopy 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_subpackageMethod · 0.95
dict_appendMethod · 0.95
generate_config_hFunction · 0.80
generate_numpyconfig_hFunction · 0.80
generate_apiFunction · 0.80
test_py3_compatMethod · 0.80
_has_method_headingFunction · 0.80
lib_utils.pyFile · 0.80
CCompiler_spawnFunction · 0.80
CCompiler_compileFunction · 0.80

Calls 1

printFunction · 0.85

Tested by 2

test_py3_compatMethod · 0.64
_has_method_headingFunction · 0.64