Beispiel #1
0
 def get_file_id_by_path(self, repo_id, path):
     return seafserv_threaded_rpc.get_file_id_by_path(repo_id, path)
Beispiel #2
0
 def get_file_id_by_path(self, repo_id, path):
     return seafserv_threaded_rpc.get_file_id_by_path(repo_id, path)
Beispiel #3
0
 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)
Beispiel #4
0
 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)