LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Variables
lsst.daf.persistence.butler Namespace Reference

Classes

class  Butler
 
class  ButlerCfg
 
class  RepoData
 
class  RepoDataContainer
 

Variables

tuple preinitedMapperWarning
 

Variable Documentation

◆ preinitedMapperWarning

tuple lsst.daf.persistence.butler.preinitedMapperWarning
Initial value:
1 = ("Passing an instantiated mapper into "
2  "Butler.__init__ will prevent Butler from passing "
3  "parentRegistry or repositoryCfg information to "
4  "the mapper, which is done only at init time. "
5  "It is better to pass a importable string or "
6  "class object.")

Definition at line 39 of file butler.py.