whisk.cd

Module Contents

Classes

cd

Context manager for changing the current working directory

class whisk.cd.cd(newPath)[source]

Context manager for changing the current working directory Based on https://stackoverflow.com/questions/431684/how-do-i-change-the-working-directory-in-python/13197763#13197763

__enter__(self)[source]
__exit__(self, etype, value, traceback)[source]