Getting Started
Developer Resources
Indices and Tables
A context manager that changes to a temporary working directory.
Always use with “with” statement. Does nothing useful otherwise.
>>> with TemporaryWorkingDirectory(): ... os.system('echo "$PWD"')