MCPcopy Index your code
hub / github.com/python/cpython / get_stack

Method get_stack

Lib/test/test_bdb.py:127–130  ·  view source on GitHub ↗
(self, f, t)

Source from the content-addressed store, hash-verified

125 return res
126
127 def get_stack(self, f, t):
128 self.stack, self.index = super().get_stack(f, t)
129 self.frame = self.stack[self.index][0]
130 return self.stack, self.index
131
132 def set_ignore(self, bpnum):
133 """Increment the ignore count of Breakpoint number 'bpnum'."""

Callers 4

process_eventMethod · 0.45
runMethod · 0.45
fooMethod · 0.45
barMethod · 0.45

Calls 1

superClass · 0.85

Tested by

no test coverage detected