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

Method callme

Lib/idlelib/parenmatch.py:160–165  ·  view source on GitHub ↗
(callme, self=self, c=self.counter,
                   index=self.text.index("insert"))

Source from the content-addressed store, hash-verified

158 # or schedules another call for itself.
159 self.counter += 1
160 def callme(callme, self=self, c=self.counter,
161 index=self.text.index("insert")):
162 if index != self.text.index("insert"):
163 self.handle_restore_timer(c)
164 else:
165 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
166 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
167
168 def set_timeout_last(self):

Callers

nothing calls this directly

Calls 3

handle_restore_timerMethod · 0.95
afterMethod · 0.80
indexMethod · 0.45

Tested by

no test coverage detected