def is_password_set(self, repo_id, username): return seafserv_rpc.is_passwd_set(repo_id, username)
def is_password_set(self, repo_id, username): """ Return non-zero if True, otherwise 0. """ return seafserv_rpc.is_passwd_set(repo_id, username)