MCPcopy Create free account
hub / github.com/pytest-dev/pytest / func

Function func

testing/test_compat.py:69–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 return inner
68
69 def func():
70 pass # pragma: no cover
71
72 wrapped_func = decorator(decorator(func))
73 assert get_real_func(wrapped_func) is func

Callers 2

getmsgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected