コード例 #1
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 def get_trash_repo_list(self, start, limit):
     return seafserv_threaded_rpc.get_trash_repo_list(start, limit)
コード例 #2
0
ファイル: api.py プロジェクト: miurahr/seafile
 def get_trash_repo_list(self, start, limit):
     return seafserv_threaded_rpc.get_trash_repo_list(start, limit)