예제 #1
0
 def get_file_id_by_commit_and_path(self, repo_id, commit_id, path):
     return seafserv_threaded_rpc.get_file_id_by_commit_and_path(
         repo_id, commit_id, path)
예제 #2
0
파일: api.py 프로젝트: miurahr/seafile
 def get_file_id_by_commit_and_path(self, repo_id, commit_id, path):
     return seafserv_threaded_rpc.get_file_id_by_commit_and_path(repo_id,
                                                                 commit_id, path)