[docs]@contextmanager def chdir(path, **kwargs): """Contextmanager to ... str when we require PY 3.6 os.chdir(str(path)) # str to handle pathlib args yield ...
確定! 回上一頁