PickleFormatter¶
- 
class 
lsst.daf.butler.formatters.pickleFormatter.PickleFormatter¶ Bases:
lsst.daf.butler.formatters.fileFormatter.FileFormatterInterface for reading and writing Python objects to and from pickle files.
Attributes Summary
extensionunsupportedParametersThis formatter does not support any parameters Attributes Documentation
- 
extension= '.pickle'¶ 
- 
unsupportedParameters= None¶ This formatter does not support any parameters
-