~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to doc/openid.yadis.discover.DiscoveryFailure-class.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
          "DTD/xhtml1-transitional.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<head>
 
6
  <title>openid.yadis.discover.DiscoveryFailure</title>
 
7
  <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
 
8
</head>
 
9
<body bgcolor="white" text="black" link="blue" vlink="#204080"
 
10
      alink="#204080">
 
11
 
 
12
<!-- =========== START OF NAVBAR =========== -->
 
13
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
14
  <tr valign="center">
 
15
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="openid-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
16
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
17
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
18
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
19
    <th class="navbar" align="right" width="100%">
 
20
      <table border="0" cellpadding="0" cellspacing="0">
 
21
      <tr><th class="navbar" align="center">
 
22
        <p class="nomargin">
 
23
          <a class="navbar" target="_top" href="http://www.openidenabled.com/">Python-OpenID</a>
 
24
      </p></th></tr></table>
 
25
    </th>
 
26
  </tr>
 
27
</table>
 
28
<table width="100%" cellpadding="0" cellspacing="0">
 
29
  <tr valign="top">
 
30
    <td width="100%">
 
31
      <font size="-1"><b class="breadcrumbs">
 
32
        <a href="openid-module.html">Package&nbsp;openid</a> ::
 
33
        <a href="openid.yadis-module.html">Package&nbsp;yadis</a> ::
 
34
        <a href="openid.yadis.discover-module.html">Module&nbsp;discover</a> ::
 
35
        Class&nbsp;DiscoveryFailure
 
36
      </b></font></br>
 
37
    </td>
 
38
    <td><table cellpadding="0" cellspacing="0">
 
39
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="openid.yadis.discover.DiscoveryFailure-class.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
 
40
    </table></td>
 
41
</tr></table>
 
42
 
 
43
<!-- =========== START OF CLASS DESCRIPTION =========== -->
 
44
<h2 class="class">Type DiscoveryFailure</h2>
 
45
 
 
46
<pre class="base-tree">
 
47
   <a href="__builtin__.object-class.html"><code>object</code></a> --+        
 
48
            |        
 
49
<a href="exceptions.BaseException-class.html"><code>BaseException</code></a> --+    
 
50
                |    
 
51
        <a href="exceptions.Exception-class.html"><code>Exception</code></a> --+
 
52
                    |
 
53
                   <b>DiscoveryFailure</b>
 
54
</pre><br />
 
55
 
 
56
<hr/>
 
57
 
 
58
Raised when a YADIS protocol error occurs in the discovery process
 
59
<hr/>
 
60
 
 
61
 
 
62
<!-- =========== START OF METHOD SUMMARY =========== -->
 
63
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
64
<tr bgcolor="#70b0f0" class="summary">
 
65
  <th colspan="2">Method Summary</th></tr>
 
66
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
 
67
  <td><code><a name="__init__"></a><span class="summary-sig"><span class="summary-sig-name">__init__</span>(<span class=summary-sig-arg>self</span>,
 
68
          <span class=summary-sig-arg>message</span>,
 
69
          <span class=summary-sig-arg>http_response</span>)</span></code>
 
70
</td></tr>
 
71
  <tr><td colspan="2">
 
72
    <b>Inherited from <a href="exceptions.Exception-class.html"><code>Exception</code></a>:</b>
 
73
      <a href="exceptions.Exception-class.html#__new__"><code>__new__</code></a>
 
74
      <br />
 
75
    <b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
 
76
      <a href="exceptions.BaseException-class.html#__delattr__"><code>__delattr__</code></a>, 
 
77
      <a href="exceptions.BaseException-class.html#__getattribute__"><code>__getattribute__</code></a>, 
 
78
      <a href="exceptions.BaseException-class.html#__getitem__"><code>__getitem__</code></a>, 
 
79
      <a href="exceptions.BaseException-class.html#__getslice__"><code>__getslice__</code></a>, 
 
80
      <a href="exceptions.BaseException-class.html#__reduce__"><code>__reduce__</code></a>, 
 
81
      <a href="exceptions.BaseException-class.html#__repr__"><code>__repr__</code></a>, 
 
82
      <a href="exceptions.BaseException-class.html#__setattr__"><code>__setattr__</code></a>, 
 
83
      <a href="exceptions.BaseException-class.html#__setstate__"><code>__setstate__</code></a>, 
 
84
      <a href="exceptions.BaseException-class.html#__str__"><code>__str__</code></a>
 
85
      <br />
 
86
    <b>Inherited from <a href="__builtin__.object-class.html"><code>object</code></a>:</b>
 
87
      <a href="__builtin__.object-class.html#__hash__"><code>__hash__</code></a>, 
 
88
      <a href="__builtin__.object-class.html#__reduce_ex__"><code>__reduce_ex__</code></a>
 
89
    </td></tr>
 
90
</table><br />
 
91
 
 
92
 
 
93
<!-- =========== START OF CLASS VARIABLE SUMMARY =========== -->
 
94
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
95
<tr bgcolor="#70b0f0" class="summary">
 
96
  <th colspan="2">Class Variable Summary</th></tr>
 
97
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>NoneType</code></font></td>
 
98
<td><b><a href="openid.yadis.discover.DiscoveryFailure-class.html#identity_url"><code>identity_url</code></a></b> = <span title="None">None&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>
 
99
  <tr><td colspan="2">
 
100
    <b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
 
101
      <a href="exceptions.BaseException-class.html#args"><code>args</code></a>, 
 
102
      <a href="exceptions.BaseException-class.html#message"><code>message</code></a>
 
103
    </td></tr>
 
104
</table><br />
 
105
 
 
106
 
 
107
<!-- =========== START OF CLASS VARIABLE DETAILS =========== -->
 
108
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
109
<tr bgcolor="#70b0f0" class="details">
 
110
  <th colspan="2">Class Variable Details</th></tr>
 
111
</table>
 
112
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
 
113
<a name="identity_url"></a>
 
114
<h3>identity_url</h3>
 
115
<dl>
 
116
  <dt></dt>
 
117
  <dd>
 
118
    <dl>
 
119
      <dt><b>Type:</b></dt>
 
120
      <dd>
 
121
          <code>NoneType</code>
 
122
 
 
123
      </dd>
 
124
<span title="None">      <dt><b>Value:</b></dt>
 
125
      <dd><table><tr><td>
 
126
<pre class="variable">
 
127
None&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</pre>
 
128
        </td></tr></table></dd>
 
129
</span>    </dl>
 
130
  </dd>
 
131
</dl></td></tr></table>
 
132
<br />
 
133
 
 
134
 
 
135
<!-- =========== START OF NAVBAR =========== -->
 
136
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
137
  <tr valign="center">
 
138
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="openid-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
139
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
140
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
141
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
142
    <th class="navbar" align="right" width="100%">
 
143
      <table border="0" cellpadding="0" cellspacing="0">
 
144
      <tr><th class="navbar" align="center">
 
145
        <p class="nomargin">
 
146
          <a class="navbar" target="_top" href="http://www.openidenabled.com/">Python-OpenID</a>
 
147
      </p></th></tr></table>
 
148
    </th>
 
149
  </tr>
 
150
</table>
 
151
 
 
152
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
153
  <tr>
 
154
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Mon Sep 10 13:00:13 2007</font></td>
 
155
    <td align="right"><a href="http://epydoc.sourceforge.net"
 
156
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
 
157
  </tr>
 
158
</table>
 
159
</body>
 
160
</html>