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

 
Classes
       
__builtin__.object
ExtensionDict

 
class ExtensionDict(__builtin__.object)
    Dictionary of ExtensionPage instances, with extension_id as key
 
  Methods defined here:
__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_dict_backend)

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