Searched refs:story_filter (Results 1 – 3 of 3) sorted by relevance
9 from telemetry.story import story_filter as story_filter_module31 self, story_filter=None, story_filter_exclude=None, argument33 self.story_filter = story_filter54 self.ProcessCommandLineArgs(parser=MockParser(), story_filter='+')57 self.ProcessCommandLineArgs(story_filter='smile_widen')61 self.ProcessCommandLineArgs(story_filter='smile')65 self.ProcessCommandLineArgs(story_filter='frown')74 story_filter='smile',79 self.ProcessCommandLineArgs(story_filter='share_a/smile')
9 from telemetry.story.story_filter import StoryFilter
59 cls._include_regex = _StoryMatcher(args.story_filter)