Searched refs:should_trigger_for_step (Results 1 – 6 of 6) sorted by relevance
67 def should_trigger_for_step(self, step): member in _HookTimer114 def should_trigger_for_step(self, step): member in SecondOrStepTimer161 def should_trigger_for_step(self, step): member in NeverTriggerTimer243 self._should_trigger = self._timer.should_trigger_for_step(self._iter_count)595 if self._timer.should_trigger_for_step(stale_global_step +599 if self._timer.should_trigger_for_step(global_step):708 if self._timer.should_trigger_for_step(stale_global_step +712 if self._timer.should_trigger_for_step(global_step):833 self._timer.should_trigger_for_step(self._next_step))1049 self._timer.should_trigger_for_step(self._next_step))
108 self.assertTrue(timer.should_trigger_for_step(1))111 self.assertFalse(timer.should_trigger_for_step(1))112 self.assertFalse(timer.should_trigger_for_step(2))115 self.assertFalse(timer.should_trigger_for_step(1))116 self.assertTrue(timer.should_trigger_for_step(2))120 self.assertTrue(timer.should_trigger_for_step(1))123 self.assertFalse(timer.should_trigger_for_step(1))124 self.assertFalse(timer.should_trigger_for_step(2))125 self.assertFalse(timer.should_trigger_for_step(3))126 self.assertTrue(timer.should_trigger_for_step(4))
19 name: "should_trigger_for_step"
136 if self._timer.should_trigger_for_step(global_step):