示例#1
0
 def get_commit_list(self, repo_id, offset, limit):
     return seafserv_threaded_rpc.get_commit_list(repo_id, offset, limit)
示例#2
0
文件: api.py 项目: miurahr/seafile
 def get_commit_list(self, repo_id, offset, limit):
     return seafserv_threaded_rpc.get_commit_list(repo_id, offset, limit)
示例#3
0
 def get_commit_list(self, repo_id, offset, limit):
     """
     Return: a list of Commit objects (lib/commit.vala)
     """
     return seafserv_threaded_rpc.get_commit_list(repo_id, offset, limit)
示例#4
0
文件: api.py 项目: airbai/seafile
 def get_commit_list(self, repo_id, offset, limit):
     """
     Return: a list of Commit objects (lib/commit.vala)
     """
     return seafserv_threaded_rpc.get_commit_list(repo_id, offset, limit)