MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __exit__

Method __exit__

tools/python-3.11.9-amd64/Lib/contextlib.py:790–791  ·  view source on GitHub ↗
(self, *excinfo)

Source from the content-addressed store, hash-verified

788 os.chdir(self.path)
789
790 def __exit__(self, *excinfo):
791 os.chdir(self._old_cwd.pop())

Callers

nothing calls this directly

Calls 2

chdirMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected