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

Method __exit__

IPython/utils/_process_win32_controller.py:184–186  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

182 return None
183
184 def __exit__(self, exc_type, exc_value, traceback):
185 if self.is_unc_path:
186 os.chdir(self.path)
187
188
189class Win32ShellCommandController(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected