예제 #1
0
 def get_user_quota(self, username):
     return seafserv_threaded_rpc.get_user_quota(username)
예제 #2
0
파일: api.py 프로젝트: miurahr/seafile
 def get_user_quota(self, username):
     return seafserv_threaded_rpc.get_user_quota(username)
예제 #3
0
 def get_user_quota(self, username):
     """
     Return: -2 if quota is unlimited; otherwise it must be number > 0.
     """
     return seafserv_threaded_rpc.get_user_quota(username)
예제 #4
0
파일: api.py 프로젝트: airbai/seafile
 def get_user_quota(self, username):
     """
     Return: -2 if quota is unlimited; otherwise it must be number > 0.
     """
     return seafserv_threaded_rpc.get_user_quota(username)