1 2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3<html><head><title>Python: module telemetry.internal.testing.discoverable_classes.discover_dummyclass</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.testing.html"><font color="#ffffff">testing</font></a>.<a href="telemetry.internal.testing.discoverable_classes.html"><font color="#ffffff">discoverable_classes</font></a>.discover_dummyclass</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/testing/discoverable_classes/discover_dummyclass.py">telemetry/internal/testing/discoverable_classes/discover_dummyclass.py</a></font></td></tr></table> 13 <p><tt>A dummy exception subclass used by core/discover.py's unit tests.</tt></p> 14<p> 15<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 16<tr bgcolor="#ee77aa"> 17<td colspan=3 valign=bottom> <br> 18<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 19 20<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 21<td width="100%"><dl> 22<dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) 23</font></dt><dd> 24<dl> 25<dt><font face="helvetica, arial"><a href="telemetry.internal.testing.discoverable_classes.discover_dummyclass.html#DummyException">DummyException</a> 26</font></dt></dl> 27</dd> 28</dl> 29 <p> 30<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 31<tr bgcolor="#ffc8d8"> 32<td colspan=3 valign=bottom> <br> 33<font color="#000000" face="helvetica, arial"><a name="DummyException">class <strong>DummyException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 34 35<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 36<td width="100%"><dl><dt>Method resolution order:</dt> 37<dd><a href="telemetry.internal.testing.discoverable_classes.discover_dummyclass.html#DummyException">DummyException</a></dd> 38<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 39<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 40<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 41</dl> 42<hr> 43Methods defined here:<br> 44<dl><dt><a name="DummyException-__init__"><strong>__init__</strong></a>(self)</dt></dl> 45 46<hr> 47Data descriptors defined here:<br> 48<dl><dt><strong>__weakref__</strong></dt> 49<dd><tt>list of weak references to the object (if defined)</tt></dd> 50</dl> 51<hr> 52Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 53<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#DummyException-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> 54 55<hr> 56Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 57<dl><dt><a name="DummyException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#DummyException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 58 59<dl><dt><a name="DummyException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#DummyException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 60 61<dl><dt><a name="DummyException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#DummyException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 62 63<dl><dt><a name="DummyException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#DummyException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 64 <br> 65Use of negative indices is not supported.</tt></dd></dl> 66 67<dl><dt><a name="DummyException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 68 69<dl><dt><a name="DummyException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#DummyException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 70 71<dl><dt><a name="DummyException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#DummyException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 72 73<dl><dt><a name="DummyException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 74 75<dl><dt><a name="DummyException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#DummyException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 76 77<dl><dt><a name="DummyException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 78 79<hr> 80Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 81<dl><dt><strong>__dict__</strong></dt> 82</dl> 83<dl><dt><strong>args</strong></dt> 84</dl> 85<dl><dt><strong>message</strong></dt> 86</dl> 87</td></tr></table></td></tr></table> 88</body></html>