pydu/docs/path.rst

11 lines
167 B
ReStructuredText
Raw Normal View History

2017-12-14 12:22:15 +00:00
Path
----
.. py:function:: pydu.path.cd(path)
Context manager for cd the given path.
>>> from pydu.path import cd
>>> with cd('test'):
... pass