MCPcopy Create free account
hub / github.com/numpy/numpy / warn

Method warn

numpy/distutils/misc_util.py:889–890  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

887 print(message)
888
889 def warn(self, message):
890 sys.stderr.write('Warning: %s\n' % (message,))
891
892 def set_options(self, **options):
893 """

Callers 15

get_subpackageMethod · 0.95
add_subpackageMethod · 0.95
add_data_dirMethod · 0.95
add_extensionMethod · 0.95
add_libraryMethod · 0.95
dict_appendMethod · 0.95
get_versionMethod · 0.95
setup.pyFile · 0.80
__getattr__Function · 0.80
matlib.pyFile · 0.80
__new__Method · 0.80

Calls 1

writeMethod · 0.45

Tested by 14

__getattr__Method · 0.64
fooMethod · 0.64
fMethod · 0.64
test_context_managerMethod · 0.64
no_warningsMethod · 0.64
warnFunction · 0.64