lsst.daf.persistence  13.0-36-gb9d951e
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Classes | Variables
lsst.daf.persistence.butler Namespace Reference

Classes

class  ButlerCfg
 
class  RepoData
 
class  RepoDataContainer
 
class  Butler
 

Variables

tuple preinitedMapperWarning
 

Variable Documentation

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