class documentation

This type of object is never persisted; if possible, even references to it are eliminated.

Method __getstate__ Undocumented
Method __reduce__ Serialize any subclass of Ephemeral in a way which replaces it with Ephemeral itself.
Method __setstate__ Undocumented
Instance Variable __class__ Undocumented
def __getstate__(self):

Undocumented

def __reduce__(self):

Serialize any subclass of Ephemeral in a way which replaces it with Ephemeral itself.

def __setstate__(self, state):

Undocumented

__class__ =

Undocumented