MCPcopy Create free account
hub / github.com/ipython/ipython / __exit__

Method __exit__

IPython/utils/tempdir.py:37–38  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

35 return self.file
36
37 def __exit__(self, type, value, traceback):
38 self.cleanup()
39
40
41class TemporaryWorkingDirectory(TemporaryDirectory):

Callers

nothing calls this directly

Calls 1

cleanupMethod · 0.95

Tested by

no test coverage detected