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

Method close_all_callback

Lib/idlelib/filelist.py:52–57  ·  view source on GitHub ↗
(self, *args, **kwds)

Source from the content-addressed store, hash-verified

50 return self.EditorWindow(self, filename)
51
52 def close_all_callback(self, *args, **kwds):
53 for edit in list(self.inversedict):
54 reply = edit.close()
55 if reply == "cancel":
56 break
57 return "break"
58
59 def unregister_maybe_terminate(self, edit):
60 try:

Callers

nothing calls this directly

Calls 2

listClass · 0.85
closeMethod · 0.45

Tested by

no test coverage detected