summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/library/vfs.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/library/vfs.rst b/docs/library/vfs.rst
index fcd06eb43..1fa1e3060 100644
--- a/docs/library/vfs.rst
+++ b/docs/library/vfs.rst
@@ -34,6 +34,14 @@ represented by VFS classes.
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)
Unmount a filesystem. *mount_point* can be a string naming the mount location,