MCPcopy 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
18def warnfun():
19 warnings.warn('rw', RuntimeWarning)
20
21class TestWarnings(unittest.TestCase):
22 def test_other_unittest(self):

Callers 1

test_functionMethod · 0.85

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected