lsst.daf.persistence g6a31054a6e+901b2ab7d6
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 40 of file butler.py.