Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ handle_error
Function
handle_error
Lib/test/test_ssl.py:243–246 ·
view source on GitHub ↗
(prefix)
Source
from the content-addressed store, hash-verified
241
242
243
def
handle_error(prefix):
244
exc_format =
' '
.join(traceback.format_exception(sys.exception()))
245
if
support.verbose:
246
sys.stdout.write(prefix + exc_format)
247
248
249
def
utc_offset():
#NOTE: ignore issues like #1647654
Callers
3
wrap_conn
Method · 0.85
run
Method · 0.85
decode_utf8_compatible
Function · 0.85
Calls
3
join
Method · 0.45
exception
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected