예제 #1
0
파일: api.py 프로젝트: airbai/seafile
 def get_dir_size(self, store_id, version, dir_id):
     """
     Return the size of a dir. It needs to recursively calculate the size
     of the dir. It can cause great delay before returning. Use with caution!
     """
     return seafserv_threaded_rpc.get_dir_size(store_id, version, dir_id)
예제 #2
0
 def get_dir_size(self, store_id, version, dir_id):
     """
     Return the size of a dir. It needs to recursively calculate the size
     of the dir. It can cause great delay before returning. Use with caution!
     """
     return seafserv_threaded_rpc.get_dir_size(store_id, version, dir_id)
예제 #3
0
파일: api.py 프로젝트: yjcyxky/seafile
 def get_dir_size(self, store_id, version, dir_id):
     return seafserv_threaded_rpc.get_dir_size(store_id, version, dir_id)