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