Searched refs:storyset_repeat_counter (Results 1 – 2 of 2) sorted by relevance
76 def storyset_repeat_counter(self): member in TelemetryInfo79 def WillRunStory(self, story, storyset_repeat_counter): argument83 self._storyset_repeat_counter = storyset_repeat_counter97 d['storysetRepeatCounter'] = self.storyset_repeat_counter277 def WillRunPage(self, page, storyset_repeat_counter=0): argument282 page, storyset_repeat_counter)
224 for storyset_repeat_counter in xrange(finder_options.pageset_repeat):234 results.WillRunPage(story, storyset_repeat_counter)