MCPcopy
hub / github.com/pytest-dev/pytest / func

Function func

testing/test_compat.py:53–54  ·  testing/test_compat.py::func
()

Source from the content-addressed store, hash-verified

51 return inner
52
53 def func():
54 pass class="cm"># pragma: no cover
55
56 wrapped_func = decorator(decorator(func))
57 assert get_real_func(wrapped_func) is func

Callers 9

getmsgFunction · 0.70
deprecated_callFunction · 0.50
warnsFunction · 0.50
raisesFunction · 0.50
on_rm_rf_errorFunction · 0.50
from_callMethod · 0.50
checked_callMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected