Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ log_info
Function
log_info
PC/layout/support/logging.py:68–69 ·
view source on GitHub ↗
(msg, *args, **kwargs)
Source
from the content-addressed store, hash-verified
66
67
@public
68
def
log_info(msg, *args, **kwargs):
69
return
LOG.info(BraceMessage(msg, *args, **kwargs))
70
71
72
@public
Callers
4
generate_source_files
Function · 0.85
copy_files
Function · 0.85
main
Function · 0.85
calculate_from_build_dir
Function · 0.85
Calls
2
BraceMessage
Class · 0.85
info
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…