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

Method append

_pydevd_bundle/pydevd_frame_utils.py:233–234  ·  view source on GitHub ↗
(self, frame)

Source from the content-addressed store, hash-verified

231 self.chained_frames_list = None
232
233 def append(self, frame):
234 self._frames.append(frame)
235
236 def last_frame(self):
237 return self._frames[-1]

Callers 15

pydevd.pyFile · 0.45
do_wait_suspendMethod · 0.45
mainFunction · 0.45
runMethod · 0.45
executeFunction · 0.45

Calls

no outgoing calls

Tested by 15

runMethod · 0.36
notifyTestsCollectedMethod · 0.36
notifyTestMethod · 0.36
notifyTestRunFinishedMethod · 0.36
test_get_referrers1Method · 0.36
test_messageMethod · 0.36
test_messageMethod · 0.36
setUpMethod · 0.36
test_case_referrersFunction · 0.36
test_case_2Function · 0.36