Definition at line 29 of file access.py.
◆ __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.
◆ yaml_tag
string lsst.daf.persistence.access.AccessCfg.yaml_tag = u"!AccessCfg" |
|
static |
The documentation for this class was generated from the following file: