lsst.daf.persistence  20.0.0+5
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__ (self, cls, repoCfg)
 

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 57 of file butler.py.

Member Data Documentation

◆ yaml_tag

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

Definition at line 55 of file butler.py.


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