Home | History | Annotate | Download | only in logging

Lines Matching refs:computeRollover

219         self.rolloverAt = self.computeRollover(t)
221 def computeRollover(self, currentTime):
357 newRolloverAt = self.computeRollover(currentTime)