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

Class _TryExceptContainerObj

_pydevd_bundle/pydevd_frame.py:121–127  ·  view source on GitHub ↗

A dumb container object just to contain the try..except info when needed. Meant to be persistent among multiple PyDBFrames to the same code object.

Source from the content-addressed store, hash-verified

119# self.try_except_infos = None
120# ELSE
121class _TryExceptContainerObj(object):
122 """
123 A dumb container object just to contain the try..except info when needed. Meant to be
124 persistent among multiple PyDBFrames to the same code object.
125 """
126
127 try_except_infos = None
128
129
130# ENDIF

Callers 1

trace_exceptionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected