Container object for RepoData instances owned by a Butler instance.
Definition at line 115 of file butler.py.
def lsst.daf.persistence.butler.RepoDataContainer.__init__ |
( |
|
self | ) |
|
def lsst.daf.persistence.butler.RepoDataContainer.__repr__ |
( |
|
self | ) |
|
def lsst.daf.persistence.butler.RepoDataContainer.add |
( |
|
self, |
|
|
|
repoData |
|
) |
| |
Add a RepoData to the container
Parameters
----------
repoData - RepoData instance to add
Definition at line 125 of file butler.py.
def lsst.daf.persistence.butler.RepoDataContainer.all |
( |
|
self | ) |
|
Get a list of all RepoData that are used to as by the Butler.
The list is created lazily as needed, and cached.
Returns
-------
A list of RepoData with writable repositories, in the order to be use when searching.
Definition at line 159 of file butler.py.
def lsst.daf.persistence.butler.RepoDataContainer.inputs |
( |
|
self | ) |
|
Get a list of RepoData that are used to as inputs to the Butler.
The list is created lazily as needed, and cached.
Returns
-------
A list of RepoData with readable repositories, in the order to be used when searching.
Definition at line 135 of file butler.py.
def lsst.daf.persistence.butler.RepoDataContainer.outputs |
( |
|
self | ) |
|
Get a list of RepoData that are used to as outputs to the Butler.
The list is created lazily as needed, and cached.
Returns
-------
A list of RepoData with writable repositories, in the order to be use when searching.
Definition at line 147 of file butler.py.
lsst.daf.persistence.butler.RepoDataContainer.byCfgRoot |
lsst.daf.persistence.butler.RepoDataContainer.byRepoRoot |
The documentation for this class was generated from the following file: