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

Method test_fetch_cursor_move

Lib/idlelib/idle_test/test_history.py:150–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 test(False, prefix, None, None, bell=True)
149
150 def test_fetch_cursor_move(self):
151 # Move cursor after fetch
152 self.history.fetch(reverse=True) # initialization
153 self.text.mark_set('insert', 'iomark')
154 self.fetch_test(True, line2, None, None, bell=True)
155
156 def test_fetch_edit(self):
157 # Edit after fetch

Callers

nothing calls this directly

Calls 3

fetch_testMethod · 0.95
fetchMethod · 0.45
mark_setMethod · 0.45

Tested by

no test coverage detected