| Home | Trees | Indices | Help |
|
|---|
|
|
The default simplified storage for the Router to hold the states. This should only be used in testing, as you'll lose all your contacts and their states if your server shutsdown. It is also horribly NOT thread safe.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
You must implement this so that it returns a single string of either the state for this combination of arguments, OR the ROUTE_FIRST_STATE setting.
|
Set should take the given parameters and consistently set the state for that combination such that when StateStorage.get is called it gives back the same setting.
|
|
This should clear ALL states, it is only used in unit testing, so you can have it raise an exception if you want to make this safer.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 7 07:32:52 2010 | http://epydoc.sourceforge.net |