Module t.p.styles

Part of twisted.persisted View Source

Different styles of persisted objects.
Line # Kind Name Docs
35 Function pickleMethod support function for copy_reg to pickle method refs
41 Function unpickleMethod support function for copy_reg to unpickle method refs
72 Function pickleModule support function for copy_reg to pickle module refs
76 Function unpickleModule support function for copy_reg to unpickle module refs
89 Function pickleStringO support function for copy_reg to pickle StringIO.OutputTypes
93 Function unpickleStringO Undocumented
104 Function pickleStringI Undocumented
107 Function unpickleStringI Undocumented
118 Class Ephemeral This type of object is never persisted; if possible, even references to it
139 Function doUpgrade Undocumented
146 Function requireUpgrade Require that a Versioned instance be upgraded completely first.
164 Class Versioned This type of object is persisted with versioning information.
157 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 2008-10-26 16:12:37.