PickleFormatter¶
- class lsst.daf.butler.formatters.pickle.PickleFormatter(fileDescriptor: FileDescriptor, dataId: DataCoordinate, writeParameters: dict[str, Any] | None = None, writeRecipes: dict[str, Any] | None = None)¶
- Bases: - FileFormatter- Interface for reading and writing Python objects to and from pickle files. - Attributes Summary - Default file extension to use for writing files. - This formatter does not support any parameters - Attributes Documentation