ChainedCollectionRecord¶
- class lsst.daf.butler.registry.interfaces.ChainedCollectionRecord(key: Any, name: str, *, children: Iterable[str])¶
Bases:
CollectionRecord[_Key]A subclass of
CollectionRecordthat adds the list of child collections in aCHAINEDcollection.- Parameters:
- key: `object`
Unique collection key.
- name
str Name of the collection.
- children: Iterable[str],
Ordered sequence of names of child collections.