コード例 #1
0
 def get_repo_list(self, start, limit):
     return seafserv_threaded_rpc.get_repo_list(start, limit)
コード例 #2
0
ファイル: api.py プロジェクト: miurahr/seafile
 def get_repo_list(self, start, limit):
     return seafserv_threaded_rpc.get_repo_list(start, limit)
コード例 #3
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 def get_repo_list(self, start, limit):
     """
     Return: a list of Repo objects (lib/repo.vala)
     """
     return seafserv_threaded_rpc.get_repo_list(start, limit)
コード例 #4
0
ファイル: api.py プロジェクト: airbai/seafile
 def get_repo_list(self, start, limit):
     """
     Return: a list of Repo objects (lib/repo.vala)
     """
     return seafserv_threaded_rpc.get_repo_list(start, limit)