mirror of https://github.com/flaggo/pydu.git
11 lines
167 B
ReStructuredText
11 lines
167 B
ReStructuredText
|
Path
|
||
|
----
|
||
|
|
||
|
.. py:function:: pydu.path.cd(path)
|
||
|
|
||
|
Context manager for cd the given path.
|
||
|
|
||
|
>>> from pydu.path import cd
|
||
|
>>> with cd('test'):
|
||
|
... pass
|