Ejemplo n.º 1
0
 def get(self, skipCache=0):
     if self._calculator is None:
         raise msglog.exception()
     return PeriodicColumn.get(self)
Ejemplo n.º 2
0
 def get(self, skipCache=0):
     if self._calculator is None:
         raise ENotStarted()
     return PeriodicColumn.get(self)
Ejemplo n.º 3
0
 def get(self, skipCache=0):
     if self._calculator is None:
         raise ENotStarted()
     return PeriodicColumn.get(self)
Ejemplo n.º 4
0
 def get(self, skipCache=0):
     if self._calculator is None:
         raise msglog.exception()
     return PeriodicColumn.get(self)