lsst.daf.persistence  13.0-32-g7b14ddd
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | Static Public Attributes | List of all members
lsst.daf.persistence.butler.ButlerCfg Class Reference
Inheritance diagram for lsst.daf.persistence.butler.ButlerCfg:

Public Member Functions

def __init__
 

Static Public Attributes

string yaml_tag = u"!ButlerCfg"
 

Detailed Description

Represents a Butler configuration.

    .. warning::

    cfg is 'wet paint' and very likely to change. Use of it in production
    code other than via the 'old butler' API is strongly discouraged.

Definition at line 52 of file butler.py.

Constructor & Destructor Documentation

def lsst.daf.persistence.butler.ButlerCfg.__init__ (   self,
  cls,
  repoCfg 
)

Definition at line 62 of file butler.py.

Member Data Documentation

string lsst.daf.persistence.butler.ButlerCfg.yaml_tag = u"!ButlerCfg"
static

Definition at line 60 of file butler.py.


The documentation for this class was generated from the following file: