CompositesMap¶
- 
class lsst.daf.butler.CompositesMap(config)¶
- Bases: - object- Determine whether a specific datasetType or StorageClass should be disassembled. - Parameters: - config : str,ButlerConfig, orCompositesConfig
- Configuration to control composites disassembly. 
 - Methods Summary - doDisassembly(entity)- Given some choices, indicate whether the entity should be disassembled. - Methods Documentation - 
doDisassembly(entity)¶
- Given some choices, indicate whether the entity should be disassembled. - Parameters: - entity : StorageClassorDatasetTypeorDatasetRef
- Thing to test against the configuration. The - nameproperty is used to determine a match. A- DatasetTypewill first check its name, before checking its- StorageClass. If there are no matches the default will be returned. If the associated- StorageClassis not a composite, will always return- False.
 - Returns: - Raises: - ValueError
- The supplied argument is not understood. 
 
- entity : 
 
- config :