mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -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):
|
||||
"""
|
||||
""" List mount points.
|
||||
|
||||
:param root_mount_point:
|
||||
:return:
|
||||
|
@ -39,8 +39,7 @@ def list_mounts(root_mount_point):
|
|||
|
||||
|
||||
def run():
|
||||
"""
|
||||
|
||||
""" Unmounts given mountpoints in decreasing order.
|
||||
|
||||
:return:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue