RepoImportBackend¶
- 
class lsst.daf.butler.RepoImportBackend¶
- Bases: - abc.ABC- An abstract interface for data repository import implementations. - Import backends are expected to be constructed with a description of the objects that need to be imported (from, e.g., a file written by the corresponding export backend), along with a - Registry.- Methods Summary - load(datastore, *, directory, transfer)- Import information associated with the backend into the given registry and datastore. - register()- Register all runs and dataset types associated with the backend with the - Registrythe backend was constructed with.- Methods Documentation