docs/library/vfs: Document no-args mount output.
Signed-off-by: Anson Mansfield <amansfield@mantaro.com>
This commit is contained in:
committed by
Damien George
parent
9fcc25b9d7
commit
c68a40ac94
@@ -34,6 +34,14 @@ represented by VFS classes.
|
|||||||
|
|
||||||
Will raise ``OSError(EPERM)`` if *mount_point* is already mounted.
|
Will raise ``OSError(EPERM)`` if *mount_point* is already mounted.
|
||||||
|
|
||||||
|
.. function:: mount()
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
With no arguments to :func:`mount`, return a list of tuples representing
|
||||||
|
all active mountpoints.
|
||||||
|
|
||||||
|
The returned list has the form *[(fsobj, mount_point), ...]*.
|
||||||
|
|
||||||
.. function:: umount(mount_point)
|
.. function:: umount(mount_point)
|
||||||
|
|
||||||
Unmount a filesystem. *mount_point* can be a string naming the mount location,
|
Unmount a filesystem. *mount_point* can be a string naming the mount location,
|
||||||
|
|||||||
Reference in New Issue
Block a user