Пример #1
0
def _disk_exists(username):
    """ Check whether disk exists or not """
    disk = Disk(username)
    return disk.exists()