MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / print_exc

Function print_exc

_pydevd_bundle/pydevd_utils.py:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100
101def print_exc():
102 if traceback:
103 traceback.print_exc()
104
105
106def quote_smart(s, safe="/"):

Callers 3

inputhook_qt4Function · 0.85
inputhook_qt6Function · 0.85
inputhook_qt5Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected