MCPcopy Index your code
hub / github.com/python/cpython / test_function

Method test_function

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

warnfunFunction · 0.85

Tested by

no test coverage detected