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

Method cancel_command

Lib/tkinter/filedialog.py:213–214  ·  view source on GitHub ↗
(self, event=None)

Source from the content-addressed store, hash-verified

211 return file
212
213 def cancel_command(self, event=None):
214 self.quit()
215
216 def set_filter(self, dir, pat):
217 if not os.path.isabs(dir):

Callers

nothing calls this directly

Calls 1

quitMethod · 0.95

Tested by

no test coverage detected