PickleIO
PickleIO()
Provides IO support for the pickle format.
Warning
The pickle format is discouraged due to potential security and compatibility issues.
Methods
| Name | Description | 
|---|---|
| get_format | Return True if file contains a pickled Patch or Spool. | 
| read | Read a Patch/Spool from disk. | 
| scan | Returns a list of summary info for patches contained in file. | 
| write | Write a Patch/Spool to disk. | 
