ParsedButlerDatasetURI#

class lsst.daf.butler.ParsedButlerDatasetURI(label: str, dataset_id: UUID, uri: str)#

Bases: object

Representation of the contents of an IVOA IVOID or dataset URI.

Attributes Summary

dataset_id

Dataset ID of the referenced dataset within the labeled repository.

label

Label of the associated butler repository.

uri

The original URI that was parsed (str).

Attributes Documentation

dataset_id: UUID = <dataclasses._MISSING_TYPE object>#

Dataset ID of the referenced dataset within the labeled repository. (uuid.UUID)

label: str = <dataclasses._MISSING_TYPE object>#

Label of the associated butler repository. (str)

uri: str = <dataclasses._MISSING_TYPE object>#

The original URI that was parsed (str).