class twisted.persisted.sob.IPersistable(Interface): (source)
Known implementations: twisted.persisted.sob.Persistent
An object which can be saved in several formats to a file
Set desired format.
| Parameters | style | Undocumented (type: string (one of 'pickle' or 'source')) |
Save object to file.
| Parameters | tag | Undocumented (type: string) |
| filename | Undocumented (type: string) | |
| passphrase | Undocumented (type: string) |