Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 | <html><head><title>Python: module apiclient.errors</title> |
| 4 | </head><body bgcolor="#f0f0f8"> |
| 5 | |
| 6 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
| 7 | <tr bgcolor="#7799ee"> |
| 8 | <td valign=bottom> <br> |
| 9 | <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="apiclient.html"><font color="#ffffff">apiclient</font></a>.errors</strong></big></big></font></td |
| 10 | ><td align=right valign=bottom |
Joe Gregorio | a845167 | 2011-09-15 09:53:21 -0400 | [diff] [blame^] | 11 | ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/google/home/jcgregorio/projects/apiclient/apiclient/errors.py">/usr/local/google/home/jcgregorio/projects/apiclient/apiclient/errors.py</a></font></td></tr></table> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 12 | <p><tt>Errors for the library.<br> |
| 13 | <br> |
| 14 | All exceptions defined by the library<br> |
| 15 | should be defined in this file.</tt></p> |
| 16 | <p> |
| 17 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
Joe Gregorio | 6e53703 | 2011-02-09 23:04:26 -0500 | [diff] [blame] | 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="simplejson.html">simplejson</a><br> |
| 24 | </td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> |
| 25 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 26 | <tr bgcolor="#ee77aa"> |
| 27 | <td colspan=3 valign=bottom> <br> |
| 28 | <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> |
| 29 | |
| 30 | <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> |
| 31 | <td width="100%"><dl> |
| 32 | <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) |
| 33 | </font></dt><dd> |
| 34 | <dl> |
| 35 | <dt><font face="helvetica, arial"><a href="apiclient.errors.html#Error">Error</a> |
| 36 | </font></dt><dd> |
| 37 | <dl> |
| 38 | <dt><font face="helvetica, arial"><a href="apiclient.errors.html#HttpError">HttpError</a> |
Joe Gregorio | 4939655 | 2011-03-08 10:39:00 -0500 | [diff] [blame] | 39 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#InvalidJsonError">InvalidJsonError</a> |
Joe Gregorio | b9e63ff | 2011-06-30 12:38:10 -0400 | [diff] [blame] | 40 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#MediaUploadSizeError">MediaUploadSizeError</a> |
| 41 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnacceptableMimeTypeError">UnacceptableMimeTypeError</a> |
Joe Gregorio | a845167 | 2011-09-15 09:53:21 -0400 | [diff] [blame^] | 42 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnexpectedBodyError">UnexpectedBodyError</a> |
| 43 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnexpectedMethodError">UnexpectedMethodError</a> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 44 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnknownLinkType">UnknownLinkType</a> |
| 45 | </font></dt></dl> |
| 46 | </dd> |
| 47 | </dl> |
| 48 | </dd> |
| 49 | </dl> |
| 50 | <p> |
| 51 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 52 | <tr bgcolor="#ffc8d8"> |
| 53 | <td colspan=3 valign=bottom> <br> |
| 54 | <font color="#000000" face="helvetica, arial"><a name="Error">class <strong>Error</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> |
| 55 | |
| 56 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 57 | <td colspan=2><tt>Base error for this module.<br> </tt></td></tr> |
| 58 | <tr><td> </td> |
| 59 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 60 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 61 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 62 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 63 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 64 | </dl> |
| 65 | <hr> |
| 66 | Data descriptors defined here:<br> |
| 67 | <dl><dt><strong>__weakref__</strong></dt> |
| 68 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 69 | </dl> |
| 70 | <hr> |
| 71 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
Joe Gregorio | 90e7ec2 | 2011-07-06 10:09:20 -0400 | [diff] [blame] | 72 | <dl><dt><a name="Error-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</tt></dd></dl> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 73 | |
| 74 | <hr> |
| 75 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 76 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#Error-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 77 | |
| 78 | <hr> |
| 79 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 80 | <dl><dt><a name="Error-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 81 | |
| 82 | <dl><dt><a name="Error-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 83 | |
| 84 | <dl><dt><a name="Error-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 85 | |
| 86 | <dl><dt><a name="Error-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 87 | <br> |
| 88 | Use of negative indices is not supported.</tt></dd></dl> |
| 89 | |
| 90 | <dl><dt><a name="Error-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 91 | |
| 92 | <dl><dt><a name="Error-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 93 | |
| 94 | <dl><dt><a name="Error-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 95 | |
| 96 | <dl><dt><a name="Error-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 97 | |
| 98 | <dl><dt><a name="Error-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 99 | |
| 100 | <dl><dt><a name="Error-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 101 | |
| 102 | <hr> |
| 103 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 104 | <dl><dt><strong>__dict__</strong></dt> |
| 105 | </dl> |
| 106 | <dl><dt><strong>args</strong></dt> |
| 107 | </dl> |
| 108 | <dl><dt><strong>message</strong></dt> |
| 109 | </dl> |
| 110 | </td></tr></table> <p> |
| 111 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 112 | <tr bgcolor="#ffc8d8"> |
| 113 | <td colspan=3 valign=bottom> <br> |
| 114 | <font color="#000000" face="helvetica, arial"><a name="HttpError">class <strong>HttpError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 115 | |
| 116 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 117 | <td colspan=2><tt>HTTP data was invalid or unexpected.<br> </tt></td></tr> |
| 118 | <tr><td> </td> |
| 119 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 120 | <dd><a href="apiclient.errors.html#HttpError">HttpError</a></dd> |
| 121 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 122 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 123 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 124 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 125 | </dl> |
| 126 | <hr> |
| 127 | Methods defined here:<br> |
Joe Gregorio | 4939655 | 2011-03-08 10:39:00 -0500 | [diff] [blame] | 128 | <dl><dt><a name="HttpError-__init__"><strong>__init__</strong></a>(self, resp, content, uri<font color="#909090">=None</font>)</dt></dl> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 129 | |
Joe Gregorio | 6e53703 | 2011-02-09 23:04:26 -0500 | [diff] [blame] | 130 | <dl><dt><a name="HttpError-__repr__"><strong>__repr__</strong></a>(self)</dt></dl> |
| 131 | |
| 132 | <dl><dt><a name="HttpError-__str__"><strong>__str__</strong></a> = <a href="#HttpError-__repr__">__repr__</a>(self)</dt></dl> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 133 | |
| 134 | <hr> |
| 135 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 136 | <dl><dt><strong>__weakref__</strong></dt> |
| 137 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 138 | </dl> |
| 139 | <hr> |
| 140 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 141 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#HttpError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 142 | |
| 143 | <hr> |
| 144 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 145 | <dl><dt><a name="HttpError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 146 | |
| 147 | <dl><dt><a name="HttpError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 148 | |
| 149 | <dl><dt><a name="HttpError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 150 | |
| 151 | <dl><dt><a name="HttpError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 152 | <br> |
| 153 | Use of negative indices is not supported.</tt></dd></dl> |
| 154 | |
| 155 | <dl><dt><a name="HttpError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 156 | |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 157 | <dl><dt><a name="HttpError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 158 | |
| 159 | <dl><dt><a name="HttpError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 160 | |
| 161 | <dl><dt><a name="HttpError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 162 | |
| 163 | <hr> |
| 164 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 165 | <dl><dt><strong>__dict__</strong></dt> |
| 166 | </dl> |
| 167 | <dl><dt><strong>args</strong></dt> |
| 168 | </dl> |
| 169 | <dl><dt><strong>message</strong></dt> |
| 170 | </dl> |
| 171 | </td></tr></table> <p> |
| 172 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 173 | <tr bgcolor="#ffc8d8"> |
| 174 | <td colspan=3 valign=bottom> <br> |
Joe Gregorio | 4939655 | 2011-03-08 10:39:00 -0500 | [diff] [blame] | 175 | <font color="#000000" face="helvetica, arial"><a name="InvalidJsonError">class <strong>InvalidJsonError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 176 | |
| 177 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 178 | <td colspan=2><tt>The JSON returned could not be parsed.<br> </tt></td></tr> |
| 179 | <tr><td> </td> |
| 180 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 181 | <dd><a href="apiclient.errors.html#InvalidJsonError">InvalidJsonError</a></dd> |
| 182 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 183 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 184 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 185 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 186 | </dl> |
| 187 | <hr> |
| 188 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 189 | <dl><dt><strong>__weakref__</strong></dt> |
| 190 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 191 | </dl> |
| 192 | <hr> |
| 193 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
Joe Gregorio | 90e7ec2 | 2011-07-06 10:09:20 -0400 | [diff] [blame] | 194 | <dl><dt><a name="InvalidJsonError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</tt></dd></dl> |
Joe Gregorio | 4939655 | 2011-03-08 10:39:00 -0500 | [diff] [blame] | 195 | |
| 196 | <hr> |
| 197 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 198 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#InvalidJsonError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 199 | |
| 200 | <hr> |
| 201 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 202 | <dl><dt><a name="InvalidJsonError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 203 | |
| 204 | <dl><dt><a name="InvalidJsonError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 205 | |
| 206 | <dl><dt><a name="InvalidJsonError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 207 | |
| 208 | <dl><dt><a name="InvalidJsonError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 209 | <br> |
| 210 | Use of negative indices is not supported.</tt></dd></dl> |
| 211 | |
| 212 | <dl><dt><a name="InvalidJsonError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 213 | |
| 214 | <dl><dt><a name="InvalidJsonError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 215 | |
| 216 | <dl><dt><a name="InvalidJsonError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 217 | |
| 218 | <dl><dt><a name="InvalidJsonError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 219 | |
| 220 | <dl><dt><a name="InvalidJsonError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 221 | |
| 222 | <dl><dt><a name="InvalidJsonError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 223 | |
| 224 | <hr> |
| 225 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 226 | <dl><dt><strong>__dict__</strong></dt> |
| 227 | </dl> |
| 228 | <dl><dt><strong>args</strong></dt> |
| 229 | </dl> |
| 230 | <dl><dt><strong>message</strong></dt> |
| 231 | </dl> |
| 232 | </td></tr></table> <p> |
| 233 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 234 | <tr bgcolor="#ffc8d8"> |
| 235 | <td colspan=3 valign=bottom> <br> |
Joe Gregorio | b9e63ff | 2011-06-30 12:38:10 -0400 | [diff] [blame] | 236 | <font color="#000000" face="helvetica, arial"><a name="MediaUploadSizeError">class <strong>MediaUploadSizeError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 237 | |
| 238 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 239 | <td colspan=2><tt>Media is larger than the method can accept.<br> </tt></td></tr> |
| 240 | <tr><td> </td> |
| 241 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 242 | <dd><a href="apiclient.errors.html#MediaUploadSizeError">MediaUploadSizeError</a></dd> |
| 243 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 244 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 245 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 246 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 247 | </dl> |
| 248 | <hr> |
| 249 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 250 | <dl><dt><strong>__weakref__</strong></dt> |
| 251 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 252 | </dl> |
| 253 | <hr> |
| 254 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
Joe Gregorio | 90e7ec2 | 2011-07-06 10:09:20 -0400 | [diff] [blame] | 255 | <dl><dt><a name="MediaUploadSizeError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</tt></dd></dl> |
Joe Gregorio | b9e63ff | 2011-06-30 12:38:10 -0400 | [diff] [blame] | 256 | |
| 257 | <hr> |
| 258 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 259 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#MediaUploadSizeError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 260 | |
| 261 | <hr> |
| 262 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 263 | <dl><dt><a name="MediaUploadSizeError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 264 | |
| 265 | <dl><dt><a name="MediaUploadSizeError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 266 | |
| 267 | <dl><dt><a name="MediaUploadSizeError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 268 | |
| 269 | <dl><dt><a name="MediaUploadSizeError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 270 | <br> |
| 271 | Use of negative indices is not supported.</tt></dd></dl> |
| 272 | |
| 273 | <dl><dt><a name="MediaUploadSizeError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 274 | |
| 275 | <dl><dt><a name="MediaUploadSizeError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 276 | |
| 277 | <dl><dt><a name="MediaUploadSizeError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 278 | |
| 279 | <dl><dt><a name="MediaUploadSizeError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 280 | |
| 281 | <dl><dt><a name="MediaUploadSizeError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 282 | |
| 283 | <dl><dt><a name="MediaUploadSizeError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 284 | |
| 285 | <hr> |
| 286 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 287 | <dl><dt><strong>__dict__</strong></dt> |
| 288 | </dl> |
| 289 | <dl><dt><strong>args</strong></dt> |
| 290 | </dl> |
| 291 | <dl><dt><strong>message</strong></dt> |
| 292 | </dl> |
| 293 | </td></tr></table> <p> |
| 294 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 295 | <tr bgcolor="#ffc8d8"> |
| 296 | <td colspan=3 valign=bottom> <br> |
| 297 | <font color="#000000" face="helvetica, arial"><a name="UnacceptableMimeTypeError">class <strong>UnacceptableMimeTypeError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 298 | |
| 299 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 300 | <td colspan=2><tt>That is an unacceptable mimetype for this operation.<br> </tt></td></tr> |
| 301 | <tr><td> </td> |
| 302 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 303 | <dd><a href="apiclient.errors.html#UnacceptableMimeTypeError">UnacceptableMimeTypeError</a></dd> |
| 304 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 305 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 306 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 307 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 308 | </dl> |
| 309 | <hr> |
| 310 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 311 | <dl><dt><strong>__weakref__</strong></dt> |
| 312 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 313 | </dl> |
| 314 | <hr> |
| 315 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
Joe Gregorio | 90e7ec2 | 2011-07-06 10:09:20 -0400 | [diff] [blame] | 316 | <dl><dt><a name="UnacceptableMimeTypeError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</tt></dd></dl> |
Joe Gregorio | b9e63ff | 2011-06-30 12:38:10 -0400 | [diff] [blame] | 317 | |
| 318 | <hr> |
| 319 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 320 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#UnacceptableMimeTypeError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 321 | |
| 322 | <hr> |
| 323 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 324 | <dl><dt><a name="UnacceptableMimeTypeError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 325 | |
| 326 | <dl><dt><a name="UnacceptableMimeTypeError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 327 | |
| 328 | <dl><dt><a name="UnacceptableMimeTypeError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 329 | |
| 330 | <dl><dt><a name="UnacceptableMimeTypeError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 331 | <br> |
| 332 | Use of negative indices is not supported.</tt></dd></dl> |
| 333 | |
| 334 | <dl><dt><a name="UnacceptableMimeTypeError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 335 | |
| 336 | <dl><dt><a name="UnacceptableMimeTypeError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 337 | |
| 338 | <dl><dt><a name="UnacceptableMimeTypeError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 339 | |
| 340 | <dl><dt><a name="UnacceptableMimeTypeError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 341 | |
| 342 | <dl><dt><a name="UnacceptableMimeTypeError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 343 | |
| 344 | <dl><dt><a name="UnacceptableMimeTypeError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 345 | |
| 346 | <hr> |
| 347 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 348 | <dl><dt><strong>__dict__</strong></dt> |
| 349 | </dl> |
| 350 | <dl><dt><strong>args</strong></dt> |
| 351 | </dl> |
| 352 | <dl><dt><strong>message</strong></dt> |
| 353 | </dl> |
| 354 | </td></tr></table> <p> |
| 355 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 356 | <tr bgcolor="#ffc8d8"> |
| 357 | <td colspan=3 valign=bottom> <br> |
Joe Gregorio | a845167 | 2011-09-15 09:53:21 -0400 | [diff] [blame^] | 358 | <font color="#000000" face="helvetica, arial"><a name="UnexpectedBodyError">class <strong>UnexpectedBodyError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 359 | |
| 360 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 361 | <td colspan=2><tt><a href="exceptions.html#Exception">Exception</a> raised by RequestMockBuilder on unexpected bodies.<br> </tt></td></tr> |
| 362 | <tr><td> </td> |
| 363 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 364 | <dd><a href="apiclient.errors.html#UnexpectedBodyError">UnexpectedBodyError</a></dd> |
| 365 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 366 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 367 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 368 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 369 | </dl> |
| 370 | <hr> |
| 371 | Methods defined here:<br> |
| 372 | <dl><dt><a name="UnexpectedBodyError-__init__"><strong>__init__</strong></a>(self, expected, provided)</dt><dd><tt>Constructor for an <a href="#UnexpectedMethodError">UnexpectedMethodError</a>.</tt></dd></dl> |
| 373 | |
| 374 | <hr> |
| 375 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 376 | <dl><dt><strong>__weakref__</strong></dt> |
| 377 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 378 | </dl> |
| 379 | <hr> |
| 380 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 381 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#UnexpectedBodyError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 382 | |
| 383 | <hr> |
| 384 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 385 | <dl><dt><a name="UnexpectedBodyError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 386 | |
| 387 | <dl><dt><a name="UnexpectedBodyError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 388 | |
| 389 | <dl><dt><a name="UnexpectedBodyError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 390 | |
| 391 | <dl><dt><a name="UnexpectedBodyError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 392 | <br> |
| 393 | Use of negative indices is not supported.</tt></dd></dl> |
| 394 | |
| 395 | <dl><dt><a name="UnexpectedBodyError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 396 | |
| 397 | <dl><dt><a name="UnexpectedBodyError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 398 | |
| 399 | <dl><dt><a name="UnexpectedBodyError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 400 | |
| 401 | <dl><dt><a name="UnexpectedBodyError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 402 | |
| 403 | <dl><dt><a name="UnexpectedBodyError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 404 | |
| 405 | <dl><dt><a name="UnexpectedBodyError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 406 | |
| 407 | <hr> |
| 408 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 409 | <dl><dt><strong>__dict__</strong></dt> |
| 410 | </dl> |
| 411 | <dl><dt><strong>args</strong></dt> |
| 412 | </dl> |
| 413 | <dl><dt><strong>message</strong></dt> |
| 414 | </dl> |
| 415 | </td></tr></table> <p> |
| 416 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 417 | <tr bgcolor="#ffc8d8"> |
| 418 | <td colspan=3 valign=bottom> <br> |
| 419 | <font color="#000000" face="helvetica, arial"><a name="UnexpectedMethodError">class <strong>UnexpectedMethodError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 420 | |
| 421 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 422 | <td colspan=2><tt><a href="exceptions.html#Exception">Exception</a> raised by RequestMockBuilder on unexpected calls.<br> </tt></td></tr> |
| 423 | <tr><td> </td> |
| 424 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 425 | <dd><a href="apiclient.errors.html#UnexpectedMethodError">UnexpectedMethodError</a></dd> |
| 426 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 427 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 428 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 429 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 430 | </dl> |
| 431 | <hr> |
| 432 | Methods defined here:<br> |
| 433 | <dl><dt><a name="UnexpectedMethodError-__init__"><strong>__init__</strong></a>(self, methodId<font color="#909090">=None</font>)</dt><dd><tt>Constructor for an <a href="#UnexpectedMethodError">UnexpectedMethodError</a>.</tt></dd></dl> |
| 434 | |
| 435 | <hr> |
| 436 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 437 | <dl><dt><strong>__weakref__</strong></dt> |
| 438 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 439 | </dl> |
| 440 | <hr> |
| 441 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 442 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#UnexpectedMethodError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 443 | |
| 444 | <hr> |
| 445 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 446 | <dl><dt><a name="UnexpectedMethodError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 447 | |
| 448 | <dl><dt><a name="UnexpectedMethodError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 449 | |
| 450 | <dl><dt><a name="UnexpectedMethodError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 451 | |
| 452 | <dl><dt><a name="UnexpectedMethodError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 453 | <br> |
| 454 | Use of negative indices is not supported.</tt></dd></dl> |
| 455 | |
| 456 | <dl><dt><a name="UnexpectedMethodError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 457 | |
| 458 | <dl><dt><a name="UnexpectedMethodError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 459 | |
| 460 | <dl><dt><a name="UnexpectedMethodError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 461 | |
| 462 | <dl><dt><a name="UnexpectedMethodError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 463 | |
| 464 | <dl><dt><a name="UnexpectedMethodError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 465 | |
| 466 | <dl><dt><a name="UnexpectedMethodError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 467 | |
| 468 | <hr> |
| 469 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 470 | <dl><dt><strong>__dict__</strong></dt> |
| 471 | </dl> |
| 472 | <dl><dt><strong>args</strong></dt> |
| 473 | </dl> |
| 474 | <dl><dt><strong>message</strong></dt> |
| 475 | </dl> |
| 476 | </td></tr></table> <p> |
| 477 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 478 | <tr bgcolor="#ffc8d8"> |
| 479 | <td colspan=3 valign=bottom> <br> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 480 | <font color="#000000" face="helvetica, arial"><a name="UnknownLinkType">class <strong>UnknownLinkType</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 481 | |
| 482 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 483 | <td colspan=2><tt>Link type unknown or unexpected.<br> </tt></td></tr> |
| 484 | <tr><td> </td> |
| 485 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 486 | <dd><a href="apiclient.errors.html#UnknownLinkType">UnknownLinkType</a></dd> |
| 487 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 488 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 489 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 490 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 491 | </dl> |
| 492 | <hr> |
| 493 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 494 | <dl><dt><strong>__weakref__</strong></dt> |
| 495 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 496 | </dl> |
| 497 | <hr> |
| 498 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
Joe Gregorio | 90e7ec2 | 2011-07-06 10:09:20 -0400 | [diff] [blame] | 499 | <dl><dt><a name="UnknownLinkType-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</tt></dd></dl> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 500 | |
| 501 | <hr> |
| 502 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 503 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#UnknownLinkType-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 504 | |
| 505 | <hr> |
| 506 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 507 | <dl><dt><a name="UnknownLinkType-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 508 | |
| 509 | <dl><dt><a name="UnknownLinkType-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 510 | |
| 511 | <dl><dt><a name="UnknownLinkType-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 512 | |
| 513 | <dl><dt><a name="UnknownLinkType-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 514 | <br> |
| 515 | Use of negative indices is not supported.</tt></dd></dl> |
| 516 | |
| 517 | <dl><dt><a name="UnknownLinkType-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 518 | |
| 519 | <dl><dt><a name="UnknownLinkType-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 520 | |
| 521 | <dl><dt><a name="UnknownLinkType-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 522 | |
| 523 | <dl><dt><a name="UnknownLinkType-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 524 | |
| 525 | <dl><dt><a name="UnknownLinkType-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 526 | |
| 527 | <dl><dt><a name="UnknownLinkType-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 528 | |
| 529 | <hr> |
| 530 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 531 | <dl><dt><strong>__dict__</strong></dt> |
| 532 | </dl> |
| 533 | <dl><dt><strong>args</strong></dt> |
| 534 | </dl> |
| 535 | <dl><dt><strong>message</strong></dt> |
| 536 | </dl> |
| 537 | </td></tr></table></td></tr></table><p> |
| 538 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 539 | <tr bgcolor="#55aa55"> |
| 540 | <td colspan=3 valign=bottom> <br> |
| 541 | <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> |
| 542 | |
| 543 | <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> |
| 544 | <td width="100%"><strong>__author__</strong> = 'jcgregorio@google.com (Joe Gregorio)'</td></tr></table><p> |
| 545 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 546 | <tr bgcolor="#7799ee"> |
| 547 | <td colspan=3 valign=bottom> <br> |
| 548 | <font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr> |
| 549 | |
| 550 | <tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td> |
| 551 | <td width="100%">jcgregorio@google.com (Joe Gregorio)</td></tr></table> |
| 552 | </body></html> |