MCPcopy 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
78def 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_layoutFunction · 0.85
generate_source_filesFunction · 0.85
_create_zip_fileFunction · 0.85
mainFunction · 0.85

Calls 2

BraceMessageClass · 0.85
errorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…