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

Function get_exception_class

_pydevd_bundle/pydevd_breakpoints.py:177–181  ·  view source on GitHub ↗
(kls)

Source from the content-addressed store, hash-verified

175
176
177def get_exception_class(kls):
178 try:
179 return eval(kls)
180 except:
181 return pydevd_import_class.import_name(kls)

Callers 3

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected