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

Method on_select

Lib/idlelib/debugger.py:478–481  ·  view source on GitHub ↗

Override base method.

(self, index)

Source from the content-addressed store, hash-verified

476 command=self.show_stack_frame)
477
478 def on_select(self, index):
479 "Override base method."
480 if 0 <= index < len(self.stack):
481 self.gui.show_frame(self.stack[index])
482
483 def on_double(self, index):
484 "Override base method."

Callers

nothing calls this directly

Calls 1

show_frameMethod · 0.80

Tested by

no test coverage detected