Ejemplo n.º 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)
Ejemplo n.º 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)
Ejemplo n.º 3
0
 def get_dir_size(self, store_id, version, dir_id):
     return seafserv_threaded_rpc.get_dir_size(store_id, version, dir_id)