예제 #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
파일: api.py 프로젝트: miurahr/seafile
 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
파일: api.py 프로젝트: miurahr/seafile
 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
파일: api.py 프로젝트: jbrissier/seafile
 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)