Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
def
get_exception_class(kls):
178
try
:
179
return
eval(kls)
180
except
:
181
return
pydevd_import_class.import_name(kls)
Callers
3
cmd_pydevd_json_config
Method · 0.90
on_setdebuggerproperty_request
Method · 0.90
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected