DummyRegistry

class lsst.daf.butler.tests.DummyRegistry

Bases: object

Dummy Registry, for Datastore test purposes.

Methods Summary

deleteOpaqueData(name, **where)
fetchOpaqueData(name, **where)
getDatasetLocations(ref)
insertDatasetLocations(datastoreName, refs)
insertOpaqueData(name, *data)
makeDatabaseDict(table, key, value)
registerOpaqueTable(name, spec)
removeDatasetLocation(datastoreName, ref)
transaction()

Methods Documentation

deleteOpaqueData(name: str, **where)
fetchOpaqueData(name: str, **where) → Iterator[dict]
getDatasetLocations(ref)
insertDatasetLocations(datastoreName, refs)
insertOpaqueData(name: str, *data)
makeDatabaseDict(table, key, value)
registerOpaqueTable(name: str, spec: lsst.daf.butler.core.ddl.TableSpec)
removeDatasetLocation(datastoreName, ref)
transaction()