Home | Trees | Indices | Help |
|
---|
|
object --+ | YadisServiceManager
|
|||
__init__(self,
starting_url,
yadis_url,
services,
session_key) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
__len__(self) How many untried services remain? |
|||
__iter__(self) | |||
next(self) Return the next service |
|||
current(self) Return the current service. |
|||
forURL(self, url) | |||
started(self) Has the first service been returned? |
|||
store(self,
session) Store this object in the session, by its session key. |
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
How many untried services remain? |
|
Return the next service self.current() will continue to return that service until the next call to this method. |
Return the current service. Returns None if there are no services left. |
|
Has the first service been returned? |
Store this object in the session, by its session key. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:17:18 2006 | http://epydoc.sourceforge.net |