Esempio n. 1
0
 def _identify_space(self, size):
     """Identify wheather new size out of the total size.
     raise OutOfSpaceException if ident fail."""
     sm = SpaceManager(self.current_user, self.db)
     return sm.identify(size)