PickleIO

class of dascore.io.pickle.core
inherits from: FiberIO
source

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 (name, version) if the file holds a pickled Patch or
read Read a Patch/Spool from disk.
read_array Return the raw data array for absolute sample windows.
scan Return patch-local metadata and exact coords for a resource.
write Write a Patch/Spool to disk.