MCPcopy Index your code
hub / github.com/python/cpython / log_exception

Function log_exception

PC/layout/support/logging.py:85–88  ·  view source on GitHub ↗
(msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

83
84@public
85def log_exception(msg, *args, **kwargs):
86 global HAS_ERROR
87 HAS_ERROR = True
88 return LOG.exception(BraceMessage(msg, *args, **kwargs))
89
90
91@public

Callers 3

_write_to_zipFunction · 0.85
_create_zip_fileFunction · 0.85
mainFunction · 0.85

Calls 2

BraceMessageClass · 0.85
exceptionMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…