Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ c
Method
c
Lib/test/test_warnings/__init__.py:2088–2089 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2086
def
test_category(self):
2087
@deprecated(
"c will go away soon"
, category=RuntimeWarning)
2088
def
c():
2089
pass
2090
2091
with
self.assertWarnsRegex(RuntimeWarning,
"c will go away soon"
):
2092
c()
Callers
1
test_mock_calls
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_mock_calls
Method · 0.36