Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ foo
Method
foo
numpy/core/tests/test_deprecations.py:231–232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
229
lambda
: None)
230
231
def
foo():
232
warnings.warn(
"foo"
, category=DeprecationWarning, stacklevel=2)
233
234
test_case_instance.assert_deprecated(foo)
235
test_case_instance.teardown_method()
Callers
nothing calls this directly
Calls
1
warn
Method · 0.80
Tested by
no test coverage detected