telemetry.story.story_filter
index
telemetry/story/story_filter.py

# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.internal.util.command_line
optparse
re

 
Classes
       
telemetry.internal.util.command_line.ArgumentHandlerMixIn(__builtin__.object)
StoryFilter

 
class StoryFilter(telemetry.internal.util.command_line.ArgumentHandlerMixIn)
    Filters stories in the story set based on command-line flags.
 
 
Method resolution order:
StoryFilter
telemetry.internal.util.command_line.ArgumentHandlerMixIn
__builtin__.object

Class methods defined here:
AddCommandLineArgs(cls, parser) from __builtin__.type
IsSelected(cls, story) from __builtin__.type
ProcessCommandLineArgs(cls, parser, args) from __builtin__.type

Data descriptors inherited from telemetry.internal.util.command_line.ArgumentHandlerMixIn:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)