MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_function

Method test_function

Lib/test/test_unittest/_test_warnings.py:45–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 # these warnings come from the same place; they will be printed
44 # only once by default or three times if the 'always' filter is used
45 def test_function(self):
46
47 warnfun()
48 warnfun()
49 warnfun()
50
51
52

Callers

nothing calls this directly

Calls 1

warnfunFunction · 0.85

Tested by

no test coverage detected