PickleFormatter =============== .. currentmodule:: lsst.daf.butler.formatters.pickle .. autoclass:: PickleFormatter :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~PickleFormatter.dataId ~PickleFormatter.extension ~PickleFormatter.fileDescriptor ~PickleFormatter.supportedExtensions ~PickleFormatter.supportedWriteParameters ~PickleFormatter.unsupportedParameters ~PickleFormatter.writeParameters ~PickleFormatter.writeRecipes .. rubric:: Methods Summary .. autosummary:: ~PickleFormatter.can_read_bytes ~PickleFormatter.fromBytes ~PickleFormatter.makeUpdatedLocation ~PickleFormatter.name ~PickleFormatter.predictPath ~PickleFormatter.read ~PickleFormatter.segregateParameters ~PickleFormatter.toBytes ~PickleFormatter.validateExtension ~PickleFormatter.validateWriteRecipes ~PickleFormatter.write .. rubric:: Attributes Documentation .. autoattribute:: dataId .. autoattribute:: extension .. autoattribute:: fileDescriptor .. autoattribute:: supportedExtensions .. autoattribute:: supportedWriteParameters .. autoattribute:: unsupportedParameters .. autoattribute:: writeParameters .. autoattribute:: writeRecipes .. rubric:: Methods Documentation .. automethod:: can_read_bytes .. automethod:: fromBytes .. automethod:: makeUpdatedLocation .. automethod:: name .. automethod:: predictPath .. automethod:: read .. automethod:: segregateParameters .. automethod:: toBytes .. automethod:: validateExtension .. automethod:: validateWriteRecipes .. automethod:: write