| 1 | '''"Executable documentation" for the pickle module. |
| 2 | |
| 3 | Extensive comments about the pickle protocols and pickle-machine opcodes |
| 4 | can be found here. Some functions meant for external use: |
nothing calls this directly
no test coverage detected