MCPcopy Index your code
hub / github.com/ipython/ipython / __del__

Method __del__

IPython/utils/io.py:77–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 self.ostream.flush()
76
77 def __del__(self):
78 if not self._closed:
79 self.close()
80
81 def isatty(self):
82 return False

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected