twisted.persisted.styles.Ephemeral class documentationtwisted.persisted.styles
(View In Hierarchy)
Known subclasses: twisted.persisted.sob._EverythingEphemeral, twisted.spread.banana.Banana, twisted.spread.pb.RemoteReference, twisted.test.test_persisted.MyEphemeral, twisted.words.protocols.irc.DccChat, twisted.words.protocols.irc.DccFileReceiveBasic, twisted.words.protocols.irc.DccSendProtocol
This type of object is never persisted; if possible, even references to it are eliminated.
| Method | __reduce__ | Serialize any subclass of Ephemeralin a way which replaces it withEphemeralitself. | 
| Method | __getstate__ | Undocumented | 
| Method | __setstate__ | Undocumented |