Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ handle_error
Function
handle_error
Lib/test/test_ssl.py:263–266 ·
view source on GitHub ↗
(prefix)
Source
from the content-addressed store, hash-verified
261
262
263
def
handle_error(prefix):
264
exc_format =
' '
.join(traceback.format_exception(sys.exception()))
265
if
support.verbose:
266
sys.stdout.write(prefix + exc_format)
267
268
269
def
utc_offset():
#NOTE: ignore issues like #1647654
Callers
2
wrap_conn
Method · 0.85
run
Method · 0.85
Calls
3
join
Method · 0.45
exception
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…