Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/astral-sh/python-build-standalone
/ set_logger
Function
set_logger
pythonbuild/logging.py:9–11 ·
view source on GitHub ↗
(prefix, fh)
Source
from the content-addressed store, hash-verified
7
8
9
def
set_logger(prefix, fh):
10
LOG_PREFIX[0] = prefix
11
LOG_FH[0] = fh
12
13
14
def
log(msg):
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected