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

Public Member Functions

def __init__
 
def __reduce__
 
def __repr__
 
def addTags
 

Public Attributes

 args
 
 cfg
 
 storedCfg
 
 repo
 
 mode
 
 tags
 
 isNewRepository
 
 isV1Repository
 
 parentRegistry
 

Detailed Description

Container object for repository data used by Butler

Parameters
----------
args - RepositoryArgs
    Arguments used to initialize self.repo
cfg - RepositoryCfg
    Configuration of repository
storedCfg - RepositoryCfg or None
    If the cfg at root and the RepositoryArgs don't match then a new cfg is kept in cfg and the cfg that
    was read from root is kept in storedCfg.
repo - Repository
    The repository class instance
tags - set
    The tags that apply to this repository, if any

Definition at line 72 of file butler.py.

Constructor & Destructor Documentation

def lsst.daf.persistence.butler.RepoData.__init__ (   self,
  args,
  cfg,
  storedCfg = None,
  isNewRepository = False,
  isV1Repository = True 
)

Definition at line 90 of file butler.py.

Member Function Documentation

def lsst.daf.persistence.butler.RepoData.__reduce__ (   self)

Definition at line 103 of file butler.py.

def lsst.daf.persistence.butler.RepoData.__repr__ (   self)

Definition at line 106 of file butler.py.

def lsst.daf.persistence.butler.RepoData.addTags (   self,
  tags 
)

Definition at line 111 of file butler.py.

Member Data Documentation

lsst.daf.persistence.butler.RepoData.args

Definition at line 91 of file butler.py.

lsst.daf.persistence.butler.RepoData.cfg

Definition at line 92 of file butler.py.

lsst.daf.persistence.butler.RepoData.isNewRepository

Definition at line 99 of file butler.py.

lsst.daf.persistence.butler.RepoData.isV1Repository

Definition at line 100 of file butler.py.

lsst.daf.persistence.butler.RepoData.mode

Definition at line 95 of file butler.py.

lsst.daf.persistence.butler.RepoData.parentRegistry

Definition at line 101 of file butler.py.

lsst.daf.persistence.butler.RepoData.repo

Definition at line 94 of file butler.py.

lsst.daf.persistence.butler.RepoData.storedCfg

Definition at line 93 of file butler.py.

lsst.daf.persistence.butler.RepoData.tags

Definition at line 98 of file butler.py.


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