mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[umount] add python doc strings
This commit is contained in:
parent
be2353e54b
commit
d22e194ee7
1 changed files with 2 additions and 3 deletions
|
@ -25,7 +25,7 @@ import libcalamares
|
||||||
|
|
||||||
|
|
||||||
def list_mounts(root_mount_point):
|
def list_mounts(root_mount_point):
|
||||||
"""
|
""" List mount points.
|
||||||
|
|
||||||
:param root_mount_point:
|
:param root_mount_point:
|
||||||
:return:
|
:return:
|
||||||
|
@ -39,8 +39,7 @@ def list_mounts(root_mount_point):
|
||||||
|
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
"""
|
""" Unmounts given mountpoints in decreasing order.
|
||||||
|
|
||||||
|
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue