lsst.daf.persistence  21.0.0-8-g5674e7b+744a5e8720
Classes | Variables
lsst.daf.persistence.butler Namespace Reference

Classes

class  ButlerCfg
 
class  RepoData
 
class  RepoDataContainer
 
class  Butler
 

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 40 of file butler.py.