1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3 <html><head><title>Python: module telemetry.internal.backends.chrome_inspector.tracing_backend</title> 4 <meta charset="utf-8"> 5 </head><body bgcolor="#f0f0f8"> 6 7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> 8 <tr bgcolor="#7799ee"> 9 <td valign=bottom> <br> 10 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.internal.html"><font color="#ffffff">internal</font></a>.<a href="telemetry.internal.backends.html"><font color="#ffffff">backends</font></a>.<a href="telemetry.internal.backends.chrome_inspector.html"><font color="#ffffff">chrome_inspector</font></a>.tracing_backend</strong></big></big></font></td 11 ><td align=right valign=bottom 12 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/internal/backends/chrome_inspector/tracing_backend.py">telemetry/internal/backends/chrome_inspector/tracing_backend.py</a></font></td></tr></table> 13 <p><tt># Copyright 2013 The Chromium Authors. All rights reserved.<br> 14 # Use of this source code is governed by a BSD-style license that can be<br> 15 # found in the LICENSE file.</tt></p> 16 <p> 17 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 18 <tr bgcolor="#aa55cc"> 19 <td colspan=3 valign=bottom> <br> 20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> 21 22 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> 23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.decorators.html">telemetry.decorators</a><br> 24 <a href="telemetry.internal.backends.chrome_inspector.inspector_websocket.html">telemetry.internal.backends.chrome_inspector.inspector_websocket</a><br> 25 </td><td width="25%" valign=top><a href="json.html">json</a><br> 26 <a href="socket.html">socket</a><br> 27 </td><td width="25%" valign=top><a href="time.html">time</a><br> 28 <a href="telemetry.timeline.trace_data.html">telemetry.timeline.trace_data</a><br> 29 </td><td width="25%" valign=top><a href="traceback.html">traceback</a><br> 30 <a href="telemetry.internal.backends.chrome_inspector.websocket.html">telemetry.internal.backends.chrome_inspector.websocket</a><br> 31 </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> 36 37 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 38 <td width="100%"><dl> 39 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> 40 </font></dt><dd> 41 <dl> 42 <dt><font face="helvetica, arial"><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingBackend">TracingBackend</a> 43 </font></dt></dl> 44 </dd> 45 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) 46 </font></dt><dd> 47 <dl> 48 <dt><font face="helvetica, arial"><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingHasNotRunException">TracingHasNotRunException</a> 49 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingTimeoutException">TracingTimeoutException</a> 50 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingUnexpectedResponseException">TracingUnexpectedResponseException</a> 51 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingUnrecoverableException">TracingUnrecoverableException</a> 52 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingUnsupportedException">TracingUnsupportedException</a> 53 </font></dt></dl> 54 </dd> 55 </dl> 56 <p> 57 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 58 <tr bgcolor="#ffc8d8"> 59 <td colspan=3 valign=bottom> <br> 60 <font color="#000000" face="helvetica, arial"><a name="TracingBackend">class <strong>TracingBackend</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> 61 62 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 63 <td width="100%">Methods defined here:<br> 64 <dl><dt><a name="TracingBackend-Close"><strong>Close</strong></a>(self)</dt></dl> 65 66 <dl><dt><a name="TracingBackend-DumpMemory"><strong>DumpMemory</strong></a>(self, timeout<font color="#909090">=30</font>)</dt><dd><tt>Dumps memory.<br> 67 <br> 68 Returns:<br> 69 GUID of the generated dump if successful, None otherwise.<br> 70 <br> 71 Raises:<br> 72 <a href="#TracingTimeoutException">TracingTimeoutException</a>: If more than |timeout| seconds has passed<br> 73 since the last time any data is received.<br> 74 <a href="#TracingUnrecoverableException">TracingUnrecoverableException</a>: If there is a websocket error.<br> 75 <a href="#TracingUnexpectedResponseException">TracingUnexpectedResponseException</a>: If the response contains an error<br> 76 or does not contain the expected result.</tt></dd></dl> 77 78 <dl><dt><a name="TracingBackend-IsTracingSupported"><strong>IsTracingSupported</strong></a>(*args, **kwargs)</dt></dl> 79 80 <dl><dt><a name="TracingBackend-StartTracing"><strong>StartTracing</strong></a>(self, trace_options, custom_categories<font color="#909090">=None</font>, timeout<font color="#909090">=10</font>)</dt><dd><tt>When first called, starts tracing, and returns True.<br> 81 <br> 82 If called during tracing, tracing is unchanged, and it returns False.</tt></dd></dl> 83 84 <dl><dt><a name="TracingBackend-StopTracing"><strong>StopTracing</strong></a>(self, trace_data_builder, timeout<font color="#909090">=30</font>)</dt><dd><tt>Stops tracing and pushes results to the supplied TraceDataBuilder.<br> 85 <br> 86 If this is called after tracing has been stopped, trace data from the last<br> 87 tracing run is pushed.</tt></dd></dl> 88 89 <dl><dt><a name="TracingBackend-__init__"><strong>__init__</strong></a>(self, inspector_socket, is_tracing_running<font color="#909090">=False</font>)</dt></dl> 90 91 <hr> 92 Data descriptors defined here:<br> 93 <dl><dt><strong>__dict__</strong></dt> 94 <dd><tt>dictionary for instance variables (if defined)</tt></dd> 95 </dl> 96 <dl><dt><strong>__weakref__</strong></dt> 97 <dd><tt>list of weak references to the object (if defined)</tt></dd> 98 </dl> 99 <dl><dt><strong>is_tracing_running</strong></dt> 100 </dl> 101 </td></tr></table> <p> 102 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 103 <tr bgcolor="#ffc8d8"> 104 <td colspan=3 valign=bottom> <br> 105 <font color="#000000" face="helvetica, arial"><a name="TracingHasNotRunException">class <strong>TracingHasNotRunException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 106 107 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 108 <td width="100%"><dl><dt>Method resolution order:</dt> 109 <dd><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingHasNotRunException">TracingHasNotRunException</a></dd> 110 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 111 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 112 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 113 </dl> 114 <hr> 115 Data descriptors defined here:<br> 116 <dl><dt><strong>__weakref__</strong></dt> 117 <dd><tt>list of weak references to the object (if defined)</tt></dd> 118 </dl> 119 <hr> 120 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 121 <dl><dt><a name="TracingHasNotRunException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingHasNotRunException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 122 123 <hr> 124 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 125 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#TracingHasNotRunException-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> 126 127 <hr> 128 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 129 <dl><dt><a name="TracingHasNotRunException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingHasNotRunException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 130 131 <dl><dt><a name="TracingHasNotRunException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingHasNotRunException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 132 133 <dl><dt><a name="TracingHasNotRunException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingHasNotRunException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 134 135 <dl><dt><a name="TracingHasNotRunException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingHasNotRunException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 136 <br> 137 Use of negative indices is not supported.</tt></dd></dl> 138 139 <dl><dt><a name="TracingHasNotRunException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 140 141 <dl><dt><a name="TracingHasNotRunException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingHasNotRunException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 142 143 <dl><dt><a name="TracingHasNotRunException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingHasNotRunException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 144 145 <dl><dt><a name="TracingHasNotRunException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 146 147 <dl><dt><a name="TracingHasNotRunException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingHasNotRunException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 148 149 <dl><dt><a name="TracingHasNotRunException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 150 151 <hr> 152 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 153 <dl><dt><strong>__dict__</strong></dt> 154 </dl> 155 <dl><dt><strong>args</strong></dt> 156 </dl> 157 <dl><dt><strong>message</strong></dt> 158 </dl> 159 </td></tr></table> <p> 160 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 161 <tr bgcolor="#ffc8d8"> 162 <td colspan=3 valign=bottom> <br> 163 <font color="#000000" face="helvetica, arial"><a name="TracingTimeoutException">class <strong>TracingTimeoutException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 164 165 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 166 <td width="100%"><dl><dt>Method resolution order:</dt> 167 <dd><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingTimeoutException">TracingTimeoutException</a></dd> 168 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 169 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 170 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 171 </dl> 172 <hr> 173 Data descriptors defined here:<br> 174 <dl><dt><strong>__weakref__</strong></dt> 175 <dd><tt>list of weak references to the object (if defined)</tt></dd> 176 </dl> 177 <hr> 178 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 179 <dl><dt><a name="TracingTimeoutException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingTimeoutException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 180 181 <hr> 182 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 183 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#TracingTimeoutException-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> 184 185 <hr> 186 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 187 <dl><dt><a name="TracingTimeoutException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingTimeoutException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 188 189 <dl><dt><a name="TracingTimeoutException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingTimeoutException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 190 191 <dl><dt><a name="TracingTimeoutException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingTimeoutException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 192 193 <dl><dt><a name="TracingTimeoutException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingTimeoutException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 194 <br> 195 Use of negative indices is not supported.</tt></dd></dl> 196 197 <dl><dt><a name="TracingTimeoutException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 198 199 <dl><dt><a name="TracingTimeoutException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingTimeoutException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 200 201 <dl><dt><a name="TracingTimeoutException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingTimeoutException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 202 203 <dl><dt><a name="TracingTimeoutException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 204 205 <dl><dt><a name="TracingTimeoutException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingTimeoutException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 206 207 <dl><dt><a name="TracingTimeoutException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 208 209 <hr> 210 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 211 <dl><dt><strong>__dict__</strong></dt> 212 </dl> 213 <dl><dt><strong>args</strong></dt> 214 </dl> 215 <dl><dt><strong>message</strong></dt> 216 </dl> 217 </td></tr></table> <p> 218 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 219 <tr bgcolor="#ffc8d8"> 220 <td colspan=3 valign=bottom> <br> 221 <font color="#000000" face="helvetica, arial"><a name="TracingUnexpectedResponseException">class <strong>TracingUnexpectedResponseException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 222 223 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 224 <td width="100%"><dl><dt>Method resolution order:</dt> 225 <dd><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingUnexpectedResponseException">TracingUnexpectedResponseException</a></dd> 226 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 227 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 228 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 229 </dl> 230 <hr> 231 Data descriptors defined here:<br> 232 <dl><dt><strong>__weakref__</strong></dt> 233 <dd><tt>list of weak references to the object (if defined)</tt></dd> 234 </dl> 235 <hr> 236 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 237 <dl><dt><a name="TracingUnexpectedResponseException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnexpectedResponseException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 238 239 <hr> 240 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 241 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#TracingUnexpectedResponseException-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> 242 243 <hr> 244 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 245 <dl><dt><a name="TracingUnexpectedResponseException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnexpectedResponseException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 246 247 <dl><dt><a name="TracingUnexpectedResponseException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnexpectedResponseException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 248 249 <dl><dt><a name="TracingUnexpectedResponseException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnexpectedResponseException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 250 251 <dl><dt><a name="TracingUnexpectedResponseException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnexpectedResponseException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 252 <br> 253 Use of negative indices is not supported.</tt></dd></dl> 254 255 <dl><dt><a name="TracingUnexpectedResponseException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 256 257 <dl><dt><a name="TracingUnexpectedResponseException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnexpectedResponseException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 258 259 <dl><dt><a name="TracingUnexpectedResponseException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnexpectedResponseException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 260 261 <dl><dt><a name="TracingUnexpectedResponseException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 262 263 <dl><dt><a name="TracingUnexpectedResponseException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnexpectedResponseException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 264 265 <dl><dt><a name="TracingUnexpectedResponseException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 266 267 <hr> 268 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 269 <dl><dt><strong>__dict__</strong></dt> 270 </dl> 271 <dl><dt><strong>args</strong></dt> 272 </dl> 273 <dl><dt><strong>message</strong></dt> 274 </dl> 275 </td></tr></table> <p> 276 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 277 <tr bgcolor="#ffc8d8"> 278 <td colspan=3 valign=bottom> <br> 279 <font color="#000000" face="helvetica, arial"><a name="TracingUnrecoverableException">class <strong>TracingUnrecoverableException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 280 281 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 282 <td width="100%"><dl><dt>Method resolution order:</dt> 283 <dd><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingUnrecoverableException">TracingUnrecoverableException</a></dd> 284 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 285 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 286 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 287 </dl> 288 <hr> 289 Data descriptors defined here:<br> 290 <dl><dt><strong>__weakref__</strong></dt> 291 <dd><tt>list of weak references to the object (if defined)</tt></dd> 292 </dl> 293 <hr> 294 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 295 <dl><dt><a name="TracingUnrecoverableException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnrecoverableException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 296 297 <hr> 298 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 299 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#TracingUnrecoverableException-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> 300 301 <hr> 302 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 303 <dl><dt><a name="TracingUnrecoverableException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnrecoverableException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 304 305 <dl><dt><a name="TracingUnrecoverableException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnrecoverableException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 306 307 <dl><dt><a name="TracingUnrecoverableException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnrecoverableException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 308 309 <dl><dt><a name="TracingUnrecoverableException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnrecoverableException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 310 <br> 311 Use of negative indices is not supported.</tt></dd></dl> 312 313 <dl><dt><a name="TracingUnrecoverableException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 314 315 <dl><dt><a name="TracingUnrecoverableException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnrecoverableException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 316 317 <dl><dt><a name="TracingUnrecoverableException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnrecoverableException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 318 319 <dl><dt><a name="TracingUnrecoverableException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 320 321 <dl><dt><a name="TracingUnrecoverableException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnrecoverableException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 322 323 <dl><dt><a name="TracingUnrecoverableException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 324 325 <hr> 326 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 327 <dl><dt><strong>__dict__</strong></dt> 328 </dl> 329 <dl><dt><strong>args</strong></dt> 330 </dl> 331 <dl><dt><strong>message</strong></dt> 332 </dl> 333 </td></tr></table> <p> 334 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 335 <tr bgcolor="#ffc8d8"> 336 <td colspan=3 valign=bottom> <br> 337 <font color="#000000" face="helvetica, arial"><a name="TracingUnsupportedException">class <strong>TracingUnsupportedException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 338 339 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 340 <td width="100%"><dl><dt>Method resolution order:</dt> 341 <dd><a href="telemetry.internal.backends.chrome_inspector.tracing_backend.html#TracingUnsupportedException">TracingUnsupportedException</a></dd> 342 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 343 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 344 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 345 </dl> 346 <hr> 347 Data descriptors defined here:<br> 348 <dl><dt><strong>__weakref__</strong></dt> 349 <dd><tt>list of weak references to the object (if defined)</tt></dd> 350 </dl> 351 <hr> 352 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 353 <dl><dt><a name="TracingUnsupportedException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnsupportedException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 354 355 <hr> 356 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 357 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#TracingUnsupportedException-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> 358 359 <hr> 360 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 361 <dl><dt><a name="TracingUnsupportedException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnsupportedException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 362 363 <dl><dt><a name="TracingUnsupportedException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnsupportedException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 364 365 <dl><dt><a name="TracingUnsupportedException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnsupportedException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 366 367 <dl><dt><a name="TracingUnsupportedException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnsupportedException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 368 <br> 369 Use of negative indices is not supported.</tt></dd></dl> 370 371 <dl><dt><a name="TracingUnsupportedException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 372 373 <dl><dt><a name="TracingUnsupportedException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnsupportedException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 374 375 <dl><dt><a name="TracingUnsupportedException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnsupportedException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 376 377 <dl><dt><a name="TracingUnsupportedException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 378 379 <dl><dt><a name="TracingUnsupportedException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#TracingUnsupportedException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 380 381 <dl><dt><a name="TracingUnsupportedException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 382 383 <hr> 384 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 385 <dl><dt><strong>__dict__</strong></dt> 386 </dl> 387 <dl><dt><strong>args</strong></dt> 388 </dl> 389 <dl><dt><strong>message</strong></dt> 390 </dl> 391 </td></tr></table></td></tr></table> 392 </body></html>