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

Method on_select

Lib/idlelib/scrolledlist.py:124–125  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

122 pass
123
124 def on_select(self, index):
125 pass
126
127 def on_double(self, index):
128 pass

Callers 3

click_eventMethod · 0.95
up_eventMethod · 0.95
down_eventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected