MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / log

Function log

tests/fixtures/sample.py:10–12  ·  view source on GitHub ↗

Log a message to stdout.

(message: str)

Source from the content-addressed store, hash-verified

8DEFAULT_TIMEOUT = 30
9
10def log(message: str) -> None:
11 """Log a message to stdout."""
12 print(message)
13
14
15def retry(func):

Callers 2

connectMethod · 0.70
connectMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected