1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3 <html><head><title>Python: module telemetry.value.failure</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.value.html"><font color="#ffffff">value</font></a>.failure</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/value/failure.py">telemetry/value/failure.py</a></font></td></tr></table> 13 <p><tt># Copyright 2014 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="sys.html">sys</a><br> 24 </td><td width="25%" valign=top><a href="traceback.html">traceback</a><br> 25 </td><td width="25%" valign=top><a href="telemetry.value.html">telemetry.value</a><br> 26 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> 27 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 28 <tr bgcolor="#ee77aa"> 29 <td colspan=3 valign=bottom> <br> 30 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 31 32 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 33 <td width="100%"><dl> 34 <dt><font face="helvetica, arial"><a href="telemetry.value.html#Value">telemetry.value.Value</a>(<a href="__builtin__.html#object">__builtin__.object</a>) 35 </font></dt><dd> 36 <dl> 37 <dt><font face="helvetica, arial"><a href="telemetry.value.failure.html#FailureValue">FailureValue</a> 38 </font></dt></dl> 39 </dd> 40 </dl> 41 <p> 42 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 43 <tr bgcolor="#ffc8d8"> 44 <td colspan=3 valign=bottom> <br> 45 <font color="#000000" face="helvetica, arial"><a name="FailureValue">class <strong>FailureValue</strong></a>(<a href="telemetry.value.html#Value">telemetry.value.Value</a>)</font></td></tr> 46 47 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 48 <td width="100%"><dl><dt>Method resolution order:</dt> 49 <dd><a href="telemetry.value.failure.html#FailureValue">FailureValue</a></dd> 50 <dd><a href="telemetry.value.html#Value">telemetry.value.Value</a></dd> 51 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 52 </dl> 53 <hr> 54 Methods defined here:<br> 55 <dl><dt><a name="FailureValue-AsDict"><strong>AsDict</strong></a>(self)</dt></dl> 56 57 <dl><dt><a name="FailureValue-GetBuildbotDataType"><strong>GetBuildbotDataType</strong></a>(self, output_context)</dt></dl> 58 59 <dl><dt><a name="FailureValue-GetBuildbotValue"><strong>GetBuildbotValue</strong></a>(self)</dt></dl> 60 61 <dl><dt><a name="FailureValue-GetChartAndTraceNameForPerPageResult"><strong>GetChartAndTraceNameForPerPageResult</strong></a>(self)</dt></dl> 62 63 <dl><dt><a name="FailureValue-GetRepresentativeNumber"><strong>GetRepresentativeNumber</strong></a>(self)</dt></dl> 64 65 <dl><dt><a name="FailureValue-GetRepresentativeString"><strong>GetRepresentativeString</strong></a>(self)</dt></dl> 66 67 <dl><dt><a name="FailureValue-__init__"><strong>__init__</strong></a>(self, page, exc_info, description<font color="#909090">=None</font>, tir_label<font color="#909090">=None</font>)</dt><dd><tt>A value representing a failure when running the page.<br> 68 <br> 69 Args:<br> 70 page: The page where this failure occurs.<br> 71 exc_info: The exception info (sys.<a href="#FailureValue-exc_info">exc_info</a>()) corresponding to<br> 72 this failure.</tt></dd></dl> 73 74 <dl><dt><a name="FailureValue-__repr__"><strong>__repr__</strong></a>(self)</dt></dl> 75 76 <hr> 77 Class methods defined here:<br> 78 <dl><dt><a name="FailureValue-FromMessage"><strong>FromMessage</strong></a>(cls, page, message)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Creates a failure value for a given string message.<br> 79 <br> 80 Args:<br> 81 page: The page where this failure occurs.<br> 82 message: A string message describing the failure.</tt></dd></dl> 83 84 <dl><dt><a name="FailureValue-MergeLikeValuesFromDifferentPages"><strong>MergeLikeValuesFromDifferentPages</strong></a>(cls, values)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl> 85 86 <dl><dt><a name="FailureValue-MergeLikeValuesFromSamePage"><strong>MergeLikeValuesFromSamePage</strong></a>(cls, values)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl> 87 88 <hr> 89 Static methods defined here:<br> 90 <dl><dt><a name="FailureValue-FromDict"><strong>FromDict</strong></a>(value_dict, page_dict)</dt></dl> 91 92 <dl><dt><a name="FailureValue-GetJSONTypeName"><strong>GetJSONTypeName</strong></a>()</dt></dl> 93 94 <hr> 95 Data descriptors defined here:<br> 96 <dl><dt><strong>exc_info</strong></dt> 97 </dl> 98 <hr> 99 Methods inherited from <a href="telemetry.value.html#Value">telemetry.value.Value</a>:<br> 100 <dl><dt><a name="FailureValue-AsDictWithoutBaseClassEntries"><strong>AsDictWithoutBaseClassEntries</strong></a>(self)</dt></dl> 101 102 <dl><dt><a name="FailureValue-GetChartAndTraceNameForComputedSummaryResult"><strong>GetChartAndTraceNameForComputedSummaryResult</strong></a>(self, trace_tag)</dt></dl> 103 104 <dl><dt><a name="FailureValue-IsMergableWith"><strong>IsMergableWith</strong></a>(self, that)</dt></dl> 105 106 <dl><dt><a name="FailureValue-__eq__"><strong>__eq__</strong></a>(self, other)</dt></dl> 107 108 <dl><dt><a name="FailureValue-__hash__"><strong>__hash__</strong></a>(self)</dt></dl> 109 110 <hr> 111 Static methods inherited from <a href="telemetry.value.html#Value">telemetry.value.Value</a>:<br> 112 <dl><dt><a name="FailureValue-GetConstructorKwArgs"><strong>GetConstructorKwArgs</strong></a>(value_dict, page_dict)</dt><dd><tt>Produces constructor arguments from a value dict and a page dict.<br> 113 <br> 114 Takes a dict parsed from JSON and an index of pages and recovers the<br> 115 keyword arguments to be passed to the constructor for deserializing the<br> 116 dict.<br> 117 <br> 118 value_dict: a dictionary produced by <a href="#FailureValue-AsDict">AsDict</a>() on a value subclass.<br> 119 page_dict: a dictionary mapping IDs to page objects.</tt></dd></dl> 120 121 <dl><dt><a name="FailureValue-ListOfValuesFromListOfDicts"><strong>ListOfValuesFromListOfDicts</strong></a>(value_dicts, page_dict)</dt><dd><tt>Takes a list of value dicts to values.<br> 122 <br> 123 Given a list of value dicts produced by AsDict, this method<br> 124 deserializes the dicts given a dict mapping page IDs to pages.<br> 125 This method performs memoization for deserializing a list of values<br> 126 efficiently, where FromDict is meant to handle one-offs.<br> 127 <br> 128 values: a list of value dicts produced by <a href="#FailureValue-AsDict">AsDict</a>() on a value subclass.<br> 129 page_dict: a dictionary mapping IDs to page objects.</tt></dd></dl> 130 131 <hr> 132 Data descriptors inherited from <a href="telemetry.value.html#Value">telemetry.value.Value</a>:<br> 133 <dl><dt><strong>__dict__</strong></dt> 134 <dd><tt>dictionary for instance variables (if defined)</tt></dd> 135 </dl> 136 <dl><dt><strong>__weakref__</strong></dt> 137 <dd><tt>list of weak references to the object (if defined)</tt></dd> 138 </dl> 139 <dl><dt><strong>name_suffix</strong></dt> 140 <dd><tt>Returns the string after a . in the name, or the full name otherwise.</tt></dd> 141 </dl> 142 </td></tr></table></td></tr></table><p> 143 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 144 <tr bgcolor="#eeaa77"> 145 <td colspan=3 valign=bottom> <br> 146 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> 147 148 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td> 149 <td width="100%"><dl><dt><a name="-GetStringFromExcInfo"><strong>GetStringFromExcInfo</strong></a>(exc_info)</dt></dl> 150 </td></tr></table> 151 </body></html>