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

Method cleanup

IPython/utils/tempdir.py:32–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 self.file = open(path, mode, bufsize, encoding=encoding)
31
32 def cleanup(self):
33 self.file.close()
34 self._tmpdir.cleanup()
35
36 __del__ = cleanup
37

Callers 1

__exit__Method · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected