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

Method see

Lib/idlelib/idle_test/mock_tk.py:292–294  ·  view source on GitHub ↗

Scroll screen to make the character at INDEX is visible.

(self, index)

Source from the content-addressed store, hash-verified

290 "Remember the current X, Y coordinates."
291
292 def see(self, index):
293 "Scroll screen to make the character at INDEX is visible."
294 pass
295
296 # The following is a Misc method inherited by Text.
297 # It should properly go in a Misc mock, but is included here for now.

Callers 15

linefeed_callbackMethod · 0.45
enter_callbackMethod · 0.45
recallMethod · 0.45
view_restart_markMethod · 0.45
_selection_changedMethod · 0.45
winconfig_eventMethod · 0.45
position_windowMethod · 0.45
load_font_cfgMethod · 0.45
load_keys_listMethod · 0.45
fetchMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by 6

test_fontlist_mouseMethod · 0.36
click_charMethod · 0.36
test_source_selectedMethod · 0.36