Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ log_error
Function
log_error
PC/layout/support/logging.py:78–81 ·
view source on GitHub ↗
(msg, *args, **kwargs)
Source
from the content-addressed store, hash-verified
76
77
@public
78
def
log_error(msg, *args, **kwargs):
79
global HAS_ERROR
80
HAS_ERROR = True
81
return
LOG.error(BraceMessage(msg, *args, **kwargs))
82
83
84
@public
Callers
4
get_layout
Function · 0.85
generate_source_files
Function · 0.85
_create_zip_file
Function · 0.85
main
Function · 0.85
Calls
2
BraceMessage
Class · 0.85
error
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…