Exemplo n.º 1
0
def update_cellarea(self):
    area.CellAreaUpdater(self)()
Exemplo n.º 2
0
def update_cellarea(self, batch=100):
    with self.db_session() as session:
        area.CellAreaUpdater(self, session)(batch=batch)