2 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html><head><title>Python: module telemetry.core.chrome.extension_dict_backend
</title>
4 </head><body bgcolor=
"#f0f0f8">
6 <table width=
"100%" cellspacing=
0 cellpadding=
2 border=
0 summary=
"heading">
8 <td valign=bottom
> <br>
9 <font color=
"#ffffff" face=
"helvetica, arial"> <br><big><big><strong><a href=
"telemetry.html"><font color=
"#ffffff">telemetry
</font></a>.
<a href=
"telemetry.core.html"><font color=
"#ffffff">core
</font></a>.
<a href=
"telemetry.core.chrome.html"><font color=
"#ffffff">chrome
</font></a>.extension_dict_backend
</strong></big></big></font></td
10 ><td align=right valign=bottom
11 ><font color=
"#ffffff" face=
"helvetica, arial"><a href=
".">index
</a><br><a href=
"../telemetry/core/chrome/extension_dict_backend.py">telemetry/core/chrome/extension_dict_backend.py
</a></font></td></tr></table>
12 <p><tt>#
Copyright
(c)
2012 The
Chromium
Authors.
All
rights
reserved.
<br>
13 #
Use
of
this
source
code
is
governed
by
a
BSD-style
license
that
can
be
<br>
14 #
found
in
the
LICENSE
file.
</tt></p>
16 <table width=
"100%" cellspacing=
0 cellpadding=
2 border=
0 summary=
"section">
17 <tr bgcolor=
"#aa55cc">
18 <td colspan=
3 valign=bottom
> <br>
19 <font color=
"#ffffff" face=
"helvetica, arial"><big><strong>Modules
</strong></big></font></td></tr>
21 <tr><td bgcolor=
"#aa55cc"><tt> </tt></td><td> </td>
22 <td width=
"100%"><table width=
"100%" summary=
"list"><tr><td width=
"25%" valign=top
><a href=
"telemetry.core.exceptions.html">telemetry.core.exceptions
</a><br>
23 <a href=
"telemetry.core.extension_page.html">telemetry.core.extension_page
</a><br>
24 <a href=
"httplib.html">httplib
</a><br>
25 </td><td width=
"25%" valign=top
><a href=
"telemetry.core.chrome.inspector_backend.html">telemetry.core.chrome.inspector_backend
</a><br>
26 <a href=
"json.html">json
</a><br>
27 <a href=
"re.html">re
</a><br>
28 </td><td width=
"25%" valign=top
><a href=
"socket.html">socket
</a><br>
29 <a href=
"urllib2.html">urllib2
</a><br>
30 <a href=
"weakref.html">weakref
</a><br>
31 </td><td width=
"25%" valign=top
></td></tr></table></td></tr></table><p>
32 <table width=
"100%" cellspacing=
0 cellpadding=
2 border=
0 summary=
"section">
33 <tr bgcolor=
"#ee77aa">
34 <td colspan=
3 valign=bottom
> <br>
35 <font color=
"#ffffff" face=
"helvetica, arial"><big><strong>Classes
</strong></big></font></td></tr>
37 <tr><td bgcolor=
"#ee77aa"><tt> </tt></td><td> </td>
39 <dt><font face=
"helvetica, arial"><a href=
"__builtin__.html#object">__builtin__.object
</a>
42 <dt><font face=
"helvetica, arial"><a href=
"telemetry.core.chrome.extension_dict_backend.html#ExtensionDictBackend">ExtensionDictBackend
</a>
45 <dt><font face=
"helvetica, arial"><a href=
"exceptions.html#Exception">exceptions.Exception
</a>(
<a href=
"exceptions.html#BaseException">exceptions.BaseException
</a>)
48 <dt><font face=
"helvetica, arial"><a href=
"telemetry.core.chrome.extension_dict_backend.html#ExtensionNotFoundException">ExtensionNotFoundException
</a>
53 <table width=
"100%" cellspacing=
0 cellpadding=
2 border=
0 summary=
"section">
54 <tr bgcolor=
"#ffc8d8">
55 <td colspan=
3 valign=bottom
> <br>
56 <font color=
"#000000" face=
"helvetica, arial"><a name=
"ExtensionDictBackend">class
<strong>ExtensionDictBackend
</strong></a>(
<a href=
"__builtin__.html#object">__builtin__.object
</a>)
</font></td></tr>
58 <tr><td bgcolor=
"#ffc8d8"><tt> </tt></td><td> </td>
59 <td width=
"100%">Methods defined here:
<br>
60 <dl><dt><a name=
"ExtensionDictBackend-__contains__"><strong>__contains__
</strong></a>(self, extension_id)
</dt></dl>
62 <dl><dt><a name=
"ExtensionDictBackend-__getitem__"><strong>__getitem__
</strong></a>(self, extension_id)
</dt></dl>
64 <dl><dt><a name=
"ExtensionDictBackend-__init__"><strong>__init__
</strong></a>(self, browser_backend)
</dt></dl>
67 Data descriptors defined here:
<br>
68 <dl><dt><strong>__dict__
</strong></dt>
69 <dd><tt>dictionary
for
instance
variables
(if
defined)
</tt></dd>
71 <dl><dt><strong>__weakref__
</strong></dt>
72 <dd><tt>list
of
weak
references
to
the
object
(if
defined)
</tt></dd>
74 </td></tr></table> <p>
75 <table width=
"100%" cellspacing=
0 cellpadding=
2 border=
0 summary=
"section">
76 <tr bgcolor=
"#ffc8d8">
77 <td colspan=
3 valign=bottom
> <br>
78 <font color=
"#000000" face=
"helvetica, arial"><a name=
"ExtensionNotFoundException">class
<strong>ExtensionNotFoundException
</strong></a>(
<a href=
"exceptions.html#Exception">exceptions.Exception
</a>)
</font></td></tr>
80 <tr><td bgcolor=
"#ffc8d8"><tt> </tt></td><td> </td>
81 <td width=
"100%"><dl><dt>Method resolution order:
</dt>
82 <dd><a href=
"telemetry.core.chrome.extension_dict_backend.html#ExtensionNotFoundException">ExtensionNotFoundException
</a></dd>
83 <dd><a href=
"exceptions.html#Exception">exceptions.Exception
</a></dd>
84 <dd><a href=
"exceptions.html#BaseException">exceptions.BaseException
</a></dd>
85 <dd><a href=
"__builtin__.html#object">__builtin__.object
</a></dd>
88 Data descriptors defined here:
<br>
89 <dl><dt><strong>__weakref__
</strong></dt>
90 <dd><tt>list
of
weak
references
to
the
object
(if
defined)
</tt></dd>
93 Methods inherited from
<a href=
"exceptions.html#Exception">exceptions.Exception
</a>:
<br>
94 <dl><dt><a name=
"ExtensionNotFoundException-__init__"><strong>__init__
</strong></a>(...)
</dt><dd><tt>x.
<a href=
"#ExtensionNotFoundException-__init__">__init__
</a>(...)
initializes
x;
see
help(type(x))
for
signature
</tt></dd></dl>
97 Data and other attributes inherited from
<a href=
"exceptions.html#Exception">exceptions.Exception
</a>:
<br>
98 <dl><dt><strong>__new__
</strong> =
<built-in method __new__ of type object
><dd><tt>T.
<a href=
"#ExtensionNotFoundException-__new__">__new__
</a>(S,
...)
-
> a
new
<a href=
"__builtin__.html#object">object
</a> with
type
S,
a
subtype
of
T
</tt></dl>
101 Methods inherited from
<a href=
"exceptions.html#BaseException">exceptions.BaseException
</a>:
<br>
102 <dl><dt><a name=
"ExtensionNotFoundException-__delattr__"><strong>__delattr__
</strong></a>(...)
</dt><dd><tt>x.
<a href=
"#ExtensionNotFoundException-__delattr__">__delattr__
</a>('name')
<==
> del
x.name
</tt></dd></dl>
104 <dl><dt><a name=
"ExtensionNotFoundException-__getattribute__"><strong>__getattribute__
</strong></a>(...)
</dt><dd><tt>x.
<a href=
"#ExtensionNotFoundException-__getattribute__">__getattribute__
</a>('name')
<==
> x.name
</tt></dd></dl>
106 <dl><dt><a name=
"ExtensionNotFoundException-__getitem__"><strong>__getitem__
</strong></a>(...)
</dt><dd><tt>x.
<a href=
"#ExtensionNotFoundException-__getitem__">__getitem__
</a>(y)
<==
> x[y]
</tt></dd></dl>
108 <dl><dt><a name=
"ExtensionNotFoundException-__getslice__"><strong>__getslice__
</strong></a>(...)
</dt><dd><tt>x.
<a href=
"#ExtensionNotFoundException-__getslice__">__getslice__
</a>(i,
j)
<==
> x[i:j]
<br>
110 Use
of
negative
indices
is
not
supported.
</tt></dd></dl>
112 <dl><dt><a name=
"ExtensionNotFoundException-__reduce__"><strong>__reduce__
</strong></a>(...)
</dt></dl>
114 <dl><dt><a name=
"ExtensionNotFoundException-__repr__"><strong>__repr__
</strong></a>(...)
</dt><dd><tt>x.
<a href=
"#ExtensionNotFoundException-__repr__">__repr__
</a>()
<==
> repr(x)
</tt></dd></dl>
116 <dl><dt><a name=
"ExtensionNotFoundException-__setattr__"><strong>__setattr__
</strong></a>(...)
</dt><dd><tt>x.
<a href=
"#ExtensionNotFoundException-__setattr__">__setattr__
</a>('name',
value)
<==
> x.name
=
value
</tt></dd></dl>
118 <dl><dt><a name=
"ExtensionNotFoundException-__setstate__"><strong>__setstate__
</strong></a>(...)
</dt></dl>
120 <dl><dt><a name=
"ExtensionNotFoundException-__str__"><strong>__str__
</strong></a>(...)
</dt><dd><tt>x.
<a href=
"#ExtensionNotFoundException-__str__">__str__
</a>()
<==
> str(x)
</tt></dd></dl>
122 <dl><dt><a name=
"ExtensionNotFoundException-__unicode__"><strong>__unicode__
</strong></a>(...)
</dt></dl>
125 Data descriptors inherited from
<a href=
"exceptions.html#BaseException">exceptions.BaseException
</a>:
<br>
126 <dl><dt><strong>__dict__
</strong></dt>
128 <dl><dt><strong>args
</strong></dt>
130 <dl><dt><strong>message
</strong></dt>
132 </td></tr></table></td></tr></table>