Package openid :: Package yadis :: Module discover :: Class DiscoveryResult
[frames | no frames]

Type DiscoveryResult

object --+
         |
        DiscoveryResult


Contains the result of performing Yadis discovery on a URI
Method Summary
  __init__(self, request_uri)
Initialize the state of the object
  isXRDS(self)
Is the response text supposed to be an XRDS document?
  usedYadisLocation(self)
Was the Yadis protocol's indirection used?
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variable Summary
NoneType content_type = None                                                                  
NoneType normalized_uri = None                                                                  
NoneType request_uri = None                                                                  
NoneType response_text = None                                                                  
NoneType xrds_uri = None                                                                  

Method Details

__init__(self, request_uri)
(Constructor)

Initialize the state of the object

sets all attributes to None except the request_uri
Overrides:
__builtin__.object.__init__

isXRDS(self)

Is the response text supposed to be an XRDS document?

usedYadisLocation(self)

Was the Yadis protocol's indirection used?

Class Variable Details

content_type

Type:
NoneType
Value:
None                                                                  

normalized_uri

Type:
NoneType
Value:
None                                                                  

request_uri

Type:
NoneType
Value:
None                                                                  

response_text

Type:
NoneType
Value:
None                                                                  

xrds_uri

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Fri Dec 14 16:10:52 2007 http://epydoc.sf.net