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

Method maybesave

Lib/idlelib/outwin.py:91–93  ·  view source on GitHub ↗

Customize EditorWindow to not display save file messagebox.

(self)

Source from the content-addressed store, hash-verified

89 return "Output"
90
91 def maybesave(self):
92 "Customize EditorWindow to not display save file messagebox."
93 return 'yes' if self.get_saved() else 'no'
94
95 # Act as output file
96 def write(self, s, tags=(), mark="insert"):

Callers

nothing calls this directly

Calls 1

get_savedMethod · 0.45

Tested by

no test coverage detected