telemetry.core.profile_creator
index
telemetry/core/profile_creator.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.

 
Classes
       
__builtin__.object
ProfileCreator

 
class ProfileCreator(__builtin__.object)
    Base class for an object that constructs a Chrome profile.
 
  Methods defined here:
CreateProfile(self)
Fill in the profile in question.
__init__(self, browser)

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