Home | Trees | Indices | Help |
|
---|
|
exceptions.Exception --+ | ProtocolError
|
|||
__init__(self,
query,
text=None) When an error occurs. |
|||
bool |
hasReturnTo(self) Did this request have a return_to parameter? |
||
str |
encodeToURL(self) Encode a response as a URL for the user agent to GET. |
||
str |
encodeToKVForm(self) Encode a response in key-value colon/newline format. |
||
whichEncoding(self) How should I be encoded? |
|||
Inherited from |
|
|||
dict |
query The query that is failing to be a valid OpenID request. |
|
When an error occurs.
|
Did this request have a return_to parameter?
|
Encode a response as a URL for the user agent to GET. You will generally use this URL with a HTTP redirect.
|
Encode a response in key-value colon/newline format. This is a machine-readable format used to respond to messages which came directly from the consumer and not through the user agent.
|
How should I be encoded?
|
|
queryThe query that is failing to be a valid OpenID request.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:26:20 2006 | http://epydoc.sourceforge.net |