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

Method _close

Lib/idlelib/pyshell.py:307–310  ·  view source on GitHub ↗

Extend base method - clear breaks when module is closed

(self)

Source from the content-addressed store, hash-verified

305# EditorWindow.saved_change_hook(self)
306
307 def _close(self):
308 "Extend base method - clear breaks when module is closed"
309 self.clear_file_breaks()
310 EditorWindow._close(self)
311
312
313class PyShellFileList(FileList):

Callers

nothing calls this directly

Calls 2

clear_file_breaksMethod · 0.95
_closeMethod · 0.45

Tested by

no test coverage detected