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

Method cancel

Lib/idlelib/config_key.py:343–346  ·  view source on GitHub ↗
(self, event=None)

Source from the content-addressed store, hash-verified

341 self.destroy()
342
343 def cancel(self, event=None):
344 self.result = ''
345 self.grab_release()
346 self.destroy()
347
348
349if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

grab_releaseMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected