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

Method log

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

Source from the content-addressed store, hash-verified

287 decorator = pytest.importorskip("decorator").decorator
288
289 def log(f, *k, **kw):
290 print(f"{k} {kw}")
291 f(*k, **kw)
292
293 log = decorator(log)
294

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected