Last updated:
0 purchases
r2d2 3.0.0
# r2d2some handy functions## APIS:### `goto(directroy: str)`进入目标目录 `directroy` -> 操作 -> 返回之前目录。用于临时进入目标目录进行操作,如果目标目录不存在,则会被创建。```pyos.getcwd()# /current/directorywith goto('/my/directory'): os.getcwd() # /my/directory process()os.getcwd()# /current/directory```
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.