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

Method __exit__

IPython/utils/_process_win32.py:69–71  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

67 return None
68
69 def __exit__(self, exc_type, exc_value, traceback):
70 if self.is_unc_path:
71 os.chdir(self.path)
72
73
74def _find_cmd(cmd):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected