Пример #1
0
 def list_dir_by_path(self, repo_id, path, offset=-1, limit=-1):
     dir_id = seafserv_threaded_rpc.get_dir_id_by_path(repo_id, path)
     return seafserv_threaded_rpc.list_dir(repo_id, dir_id, offset, limit)
Пример #2
0
 def get_dir_id_by_path(self, repo_id, path):
     return seafserv_threaded_rpc.get_dir_id_by_path(repo_id, path)
Пример #3
0
 def list_dir_by_path(self, repo_id, path, offset=-1, limit=-1):
     dir_id = seafserv_threaded_rpc.get_dir_id_by_path(repo_id, path)
     return seafserv_threaded_rpc.list_dir(repo_id, dir_id, offset, limit)
Пример #4
0
 def get_dir_id_by_path(self, repo_id, path):
     return seafserv_threaded_rpc.get_dir_id_by_path(repo_id, path)
Пример #5
0
 def list_dir_by_path(self, repo_id, path):
     dir_id = seafserv_threaded_rpc.get_dir_id_by_path(repo_id, path)
     return seafserv_threaded_rpc.list_dir(dir_id)
Пример #6
0
 def list_dir_by_path(self, repo_id, path):
     dir_id = seafserv_threaded_rpc.get_dir_id_by_path(repo_id, path)
     return seafserv_threaded_rpc.list_dir(dir_id)