Interface t.p.s.IPersistable(Interface):

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

Known implementations: twisted.persisted.sob.Persistent
An object which can be saved in several formats to a file
Method setStyle Set desired format.
Method save Save object to file.
def setStyle(style): (source)
Set desired format.
Parametersstyle(type: string (one of 'pickle', 'source' or 'xml') )
def save(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.