Class t.p.s.Persistent:

Part of twisted.persisted.sob View Source View In Hierarchy

Implements interfaces: twisted.persisted.sob.IPersistable
No class docstring
Method __init__ Undocumented
Method setStyle Set desired format.
Method _getFilename Undocumented
Method _saveTemp Undocumented
Method _getStyle Undocumented
Method save Save object to file.
def __init__(self, original, name): (source)
Undocumented
def setStyle(self, style): (source)
Set desired format.
Parametersstyle(type: string (one of 'pickle', 'source' or 'xml') )
def _getFilename(self, filename, ext, tag): (source)
Undocumented
def _saveTemp(self, filename, passphrase, dumpFunc): (source)
Undocumented
def _getStyle(self): (source)
Undocumented
def save(self, tag=None, filename=None, passphrase=None): (source)
Save object to file.
Parameterstag(type: string )
filename(type: string )
passphrase(type: string )
API Documentation for twisted, generated by pydoctor.