telemetry.page.page_filter
index
telemetry/page/page_filter.py

# Copyright (c) 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
       
optparse
re

 
Classes
       
__builtin__.object
PageFilter

 
class PageFilter(__builtin__.object)
    Filters pages in the page set based on command line flags.
 
  Methods defined here:
IsSelected(self, page)
__init__(self, options)

Static methods defined here:
AddCommandLineOptions(parser)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)