Part of twisted.persisted View Source
| 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 |