telemetry.page.page_set
index
telemetry/page/page_set.py

# Copyright (c) 2012 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
       
csv
json
os
telemetry.page.page
telemetry.page.page_set_archive_info
urlparse

 
Classes
       
__builtin__.object
PageSet

 
class PageSet(__builtin__.object)
     Methods defined here:
ContainsOnlyFileURLs(self)
ReorderPageSet(self, results_file)
Reorders this page set based on the results of a past run.
WprFilePathForPage(self, page)
__getitem__(self, key)
__init__(self, file_path='', attributes=None)
__iter__(self)
__len__(self)
__setitem__(self, key, value)

Class methods defined here:
FromDict(cls, data, file_path) from __builtin__.type
FromFile(cls, file_path) from __builtin__.type

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