MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / print_exc

Function print_exc

Lib/traceback.py:224–234  ·  view source on GitHub ↗

Shorthand for 'print_exception(sys.exc_type, sys.exc_value, sys.exc_traceback, limit, file)'. (In fact, it uses sys.exc_info() to retrieve the same information in a thread-safe way.)

(limit=None, file=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

print_exceptionFunction · 0.70

Tested by

no test coverage detected