lsst.daf.persistence g6a31054a6e+7d0d85658a
Public Member Functions | Static Public Attributes | List of all members
lsst.daf.persistence.access.AccessCfg Class Reference
Inheritance diagram for lsst.daf.persistence.access.AccessCfg:
lsst.daf.persistence.policy.Policy lsst.daf.persistence.policy._PolicyBase lsst.daf.persistence.policy._PolicyMeta

Public Member Functions

def __init__ (self, cls, storageCfg)
 

Static Public Attributes

string yaml_tag = u"!AccessCfg"
 

Detailed Description

Definition at line 29 of file access.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.daf.persistence.access.AccessCfg.__init__ (   self,
  other,
  storageCfg 
)
Initialize the Policy. Other can be used to initialize the Policy in a variety of ways:
other (string) Treated as a path to a policy file on disk. Must end with '.yaml'.
other (Policy) Copies the other Policy's values into this one.
other (dict) Copies the values from the dict into this Policy.

Reimplemented from lsst.daf.persistence.policy.Policy.

Definition at line 32 of file access.py.

Member Data Documentation

◆ yaml_tag

string lsst.daf.persistence.access.AccessCfg.yaml_tag = u"!AccessCfg"
static

Definition at line 30 of file access.py.


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