Пример #1
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)
Пример #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
 def get_dir_size(self, store_id, version, dir_id):
     return seafserv_threaded_rpc.get_dir_size(store_id, version, dir_id)