telemetry.internal.browser.extension_dict
index
telemetry/internal/browser/extension_dict.py

# Copyright 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
       
telemetry.internal.browser.extension_to_load

 
Classes
       
__builtin__.object
ExtensionDict

 
class ExtensionDict(__builtin__.object)
    Dictionary of ExtensionPage instances, with extension_id as key.
 
  Methods defined here:
GetByExtensionId(self, extension_id)
Returns a list of extensions given an extension id. This is useful for
connecting to built-in apps and component extensions.
__contains__(self, load_extension)
Checks if this ExtensionToLoad instance has been loaded
__getitem__(self, load_extension)
Given an ExtensionToLoad instance, returns the corresponding
ExtensionPage instance.
__init__(self, extension_backend)
keys(self)

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