| Trees | Indices | Help |
|
|---|
|
|
Helper Class for simple look up of updates on the remote elisa server.
| Instance Methods | |||
|
|||
dict
|
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
check_interval = 86400
|
|
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Parse the given data into a dictionary. The syntax for result has to be a key-value pair per line separated by a colon (':'). Spaces at the beginning or the end are stripped from both the key and the value. For instance: foo: bar test: partial maybe : maybe not
|
Sets up an automatic loop of update url calls starting right now. Everytime a result is received the callback is triggered with a dictionary of the parsed result as argument. The next iteration is done every check_interval-seconds.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:35 2009 | http://epydoc.sourceforge.net |