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

Class DiscoveryResult

source code

object --+
         |
        DiscoveryResult

Contains the result of performing Yadis discovery on a URI

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

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


Class Variables [hide private]
  request_uri = None
  normalized_uri = None
  xrds_uri = None
  content_type = None
  response_text = None

Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__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__

usedYadisLocation(self)

source code 

Was the Yadis protocol's indirection used?

isXRDS(self)

source code 

Is the response text supposed to be an XRDS document?

Class Variable Details [hide private]

request_uri

Value:
None                                                                  
      

normalized_uri

Value:
None                                                                  
      

xrds_uri

Value:
None                                                                  
      

content_type

Value:
None                                                                  
      

response_text

Value:
None