| |
- __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)
| |