Searched refs:should_trigger_for_step (Results 1 – 6 of 6) sorted by relevance
63 def should_trigger_for_step(self, step): member in _HookTimer107 def should_trigger_for_step(self, step): member in SecondOrStepTimer154 def should_trigger_for_step(self, step): member in NeverTriggerTimer230 self._should_trigger = self._timer.should_trigger_for_step(self._iter_count)576 if self._timer.should_trigger_for_step(580 if self._timer.should_trigger_for_step(global_step):686 if self._timer.should_trigger_for_step(690 if self._timer.should_trigger_for_step(global_step):815 self._timer.should_trigger_for_step(self._next_step))1030 self._timer.should_trigger_for_step(self._next_step))
109 self.assertTrue(timer.should_trigger_for_step(1))112 self.assertFalse(timer.should_trigger_for_step(1))113 self.assertFalse(timer.should_trigger_for_step(2))116 self.assertFalse(timer.should_trigger_for_step(1))117 self.assertTrue(timer.should_trigger_for_step(2))121 self.assertTrue(timer.should_trigger_for_step(1))124 self.assertFalse(timer.should_trigger_for_step(1))125 self.assertFalse(timer.should_trigger_for_step(2))126 self.assertFalse(timer.should_trigger_for_step(3))127 self.assertTrue(timer.should_trigger_for_step(4))
19 name: "should_trigger_for_step"
126 if self._timer.should_trigger_for_step(global_step):