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

Method log

testing/code/test_excinfo.py:265–267  ·  view source on GitHub ↗
(f, *k, **kw)

Source from the content-addressed store, hash-verified

263 decorator = pytest.importorskip("decorator").decorator
264
265 def log(f, *k, **kw):
266 print(f"{k} {kw}")
267 f(*k, **kw)
268
269 log = decorator(log)
270

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected