Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
DEFAULT_TIMEOUT = 30
9
10
def
log(message: str) -> None:
11
""
"Log a message to stdout."
""
12
print(message)
13
14
15
def
retry(func):
Callers
2
connect
Method · 0.70
connect
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected