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

Method show_frame

Lib/idlelib/debugger.py:356–358  ·  view source on GitHub ↗
(self, stackitem)

Source from the content-addressed store, hash-verified

354 self.sync_source_line()
355
356 def show_frame(self, stackitem):
357 self.frame = stackitem[0] # lineno is stackitem[1]
358 self.show_variables()
359
360 def show_locals(self):
361 lv = self.localsviewer

Callers 2

on_selectMethod · 0.80
show_stack_frameMethod · 0.80

Calls 1

show_variablesMethod · 0.95

Tested by

no test coverage detected