コード例 #1
0
 def get_file_id_by_path(self, repo_id, path):
     return seafserv_threaded_rpc.get_file_id_by_path(repo_id, path)
コード例 #2
0
ファイル: api.py プロジェクト: miurahr/seafile
 def get_file_id_by_path(self, repo_id, path):
     return seafserv_threaded_rpc.get_file_id_by_path(repo_id, path)
コード例 #3
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 def get_file_id_by_path(self, repo_id, path):
     """
     Returns None if path not found. Only raise exception on parameter or IO error.
     """
     return seafserv_threaded_rpc.get_file_id_by_path(repo_id, path)
コード例 #4
0
ファイル: api.py プロジェクト: airbai/seafile
 def get_file_id_by_path(self, repo_id, path):
     """
     Returns None if path not found. Only raise exception on parameter or IO error.
     """
     return seafserv_threaded_rpc.get_file_id_by_path(repo_id, path)