| Home | Trees | Indices | Help |
|
|---|
|
|
This class manages a session
Pickle _sessionData on every call to save. unPickle _sessionData when initing with a filename as paremeter to __init__.Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
| __init__(self) | ||
| saveSession(self, sessionName='defaultSession') | ||
| loadSession(self, sessionName) | ||
| setSessionDir(self, sessionDirectory) | ||
|
save(self,
variable,
value) Saves the options to a file. |
||
| getData(self, variable) | ||
| _loadCf(self) | ||
| _loadKb(self) | ||
| _loadSession(self) | ||
|
_load(self,
fileName) Loads an object from the fileName. |
||
| _saveKbData(self) | ||
| _saveCfData(self) | ||
| _saveSessionData(self) | ||
| _saveData(self, data, fileName) | ||
|
_makePickableKB(self,
data) Some plugins save data to the kb that cant be pickled (for example, error404page saves a instance method). |
||
|
_makePickableData(self,
data) Some plugins save data to the kb that cant be pickled (for example, error404page saves a instance method). |
||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Oct 18 19:37:09 2007 | http://epydoc.sourceforge.net |