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

Method close_event

Lib/idlelib/editor.py:1073–1075  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

1071 return list(map(int, m.groups()))
1072
1073 def close_event(self, event):
1074 self.close()
1075 return "break"
1076
1077 def maybesave(self):
1078 if self.io:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected