Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __del__
Method
__del__
IPython/utils/io.py:152–154 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
150
self.ostream.flush()
151
152
def
__del__(self):
153
if
not self._closed:
154
self.close()
155
156
157
def
ask_yes_no(prompt, default=None, interrupt=None):
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected