Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/astral-sh/python-build-standalone
/ log_raw
Function
log_raw
pythonbuild/logging.py:28–30 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
26
27
28
def
log_raw(data):
29
if
LOG_FH[0]:
30
LOG_FH[0].write(data)
Callers
1
container_exec
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected