Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ warnfun
Function
warnfun
Lib/test/test_unittest/_test_warnings.py:18–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
warnfun():
19
warnings.warn(
'rw'
, RuntimeWarning)
20
21
class
TestWarnings(unittest.TestCase):
22
def
test_other_unittest(self):
Callers
1
test_function
Method · 0.85
Calls
1
warn
Method · 0.45
Tested by
no test coverage detected