t.p.styles : module documentation

Part of twisted.persisted View Source

Different styles of persisted objects.
Function pickleMethod support function for copy_reg to pickle method refs
Function unpickleMethod support function for copy_reg to unpickle method refs
Function pickleModule support function for copy_reg to pickle module refs
Function unpickleModule support function for copy_reg to unpickle module refs
Function pickleStringO support function for copy_reg to pickle StringIO.OutputTypes
Function unpickleStringO Undocumented
Function pickleStringI Undocumented
Function unpickleStringI Undocumented
Class Ephemeral This type of object is never persisted; if possible, even references to it are eliminated.
Function doUpgrade Undocumented
Function requireUpgrade Require that a Versioned instance be upgraded completely first.
Class Versioned This type of object is persisted with versioning information.
Function _aybabtu Undocumented
def pickleMethod(method): (source)
support function for copy_reg to pickle method refs
def unpickleMethod(im_name, im_self, im_class): (source)
support function for copy_reg to unpickle method refs
def pickleModule(module): (source)
support function for copy_reg to pickle module refs
def unpickleModule(name): (source)
support function for copy_reg to unpickle module refs
def pickleStringO(stringo): (source)
support function for copy_reg to pickle StringIO.OutputTypes
def unpickleStringO(val, sek): (source)
Undocumented
def pickleStringI(stringi): (source)
Undocumented
def unpickleStringI(val, sek): (source)
Undocumented
def doUpgrade(): (source)
Undocumented
def requireUpgrade(obj): (source)
Require that a Versioned instance be upgraded completely first.
def _aybabtu(c): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.