Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_configuration_from_setup_py
Method · 0.95
get_subpackage
Method · 0.95
add_subpackage
Method · 0.95
add_data_dir
Method · 0.95
add_extension
Method · 0.95
add_library
Method · 0.95
dict_append
Method · 0.95
get_version
Method · 0.95
setup.py
File · 0.80
__getattr__
Function · 0.80
matlib.py
File · 0.80
__new__
Method · 0.80
Calls
1
write
Method · 0.45
Tested by
14
__getattr__
Method · 0.64
foo
Method · 0.64
test_inplace_division_scalar_type
Method · 0.64
test_inplace_division_array_type
Method · 0.64
f
Method · 0.64
test_context_manager
Method · 0.64
no_warnings
Method · 0.64
test_clear_and_catch_warnings
Function · 0.64
warn
Function · 0.64
test_suppress_warnings_module
Function · 0.64
test_suppress_warnings_type
Function · 0.64
test_suppress_warnings_record
Function · 0.64