Home | Trees | Indices | Help |
|
---|
|
object --+ | ProxyResolver
|
|||
__init__(self,
proxy_url=DEFAULT_PROXY) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
str |
queryURL(self,
xri,
service_type=None) Build a URL to query the proxy resolver. |
||
(unicode, list of ElementTree.Element s)
|
query(self,
xri,
service_types) Resolve some services for an XRI. |
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Build a URL to query the proxy resolver.
|
Resolve some services for an XRI. Note: I don't implement any service endpoint selection beyond what the resolver I'm querying does, so the Services I return may well include Services that were not of the types you asked for. May raise fetchers.HTTPFetchingError oretxrd.XRDError if the fetching or parsing don't go so
well.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:17:18 2006 | http://epydoc.sourceforge.net |