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