コード例 #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)