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

Class DiscoveryResult

source code

object --+
         |
        DiscoveryResult

Contains the result of performing Yadis discovery on a URI

Instance Methods
 
__init__(self, request_uri)
Initialize the state of the object
source code
 
usedYadisLocation(self)
Was the Yadis protocol's indirection used?
source code
 
isXRDS(self)
Is the response text supposed to be an XRDS document?
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  request_uri = None
  normalized_uri = None
  xrds_uri = None
  content_type = None
  response_text = None
Properties

Inherited from object: __class__

Method Details

__init__(self, request_uri)
(Constructor)

source code 

Initialize the state of the object

sets all attributes to None except the request_uri

Overrides: object.__init__