lsst.daf.persistence  22.0.1-4-g243d05b+ab903f4b89
Public Member Functions | List of all members
lsst.daf.persistence.readProxy.ReadProxy Class Reference
Inheritance diagram for lsst.daf.persistence.readProxy.ReadProxy:

Public Member Functions

def __init__ (self, func)
 
def __getattr__ (self, attr)
 
def __setattr__ (self, attr, val)
 
def __delattr__ (self, attr)
 
def __bool__ (self)
 
def __getitem__ (self, arg)
 
def __setitem__ (self, arg, val)
 
def __delitem__ (self, arg)
 
def __getslice__ (self, i, j)
 
def __setslice__ (self, i, j, val)
 
def __delslice__ (self, i, j)
 
def __contains__ (self, ob)
 
def __rdivmod__ (self, ob)
 
def __pow__ (self, *args)
 
def __ipow__ (self, ob)
 
def __rpow__ (self, ob)
 

Detailed Description

ReadProxy provides a lazy-loading object that is initialized by a
callback function set in ReadProxy's constructor.  Adapted from
peak.util.proxies.LazyProxy, which was written by Phillip J. Eby
(peak@eby-sarna.com).

Definition at line 32 of file readProxy.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.daf.persistence.readProxy.ReadProxy.__init__ (   self,
  func 
)

Definition at line 40 of file readProxy.py.

Member Function Documentation

◆ __bool__()

def lsst.daf.persistence.readProxy.ReadProxy.__bool__ (   self)

Definition at line 53 of file readProxy.py.

◆ __contains__()

def lsst.daf.persistence.readProxy.ReadProxy.__contains__ (   self,
  ob 
)

Definition at line 74 of file readProxy.py.

◆ __delattr__()

def lsst.daf.persistence.readProxy.ReadProxy.__delattr__ (   self,
  attr 
)

Definition at line 50 of file readProxy.py.

◆ __delitem__()

def lsst.daf.persistence.readProxy.ReadProxy.__delitem__ (   self,
  arg 
)

Definition at line 62 of file readProxy.py.

◆ __delslice__()

def lsst.daf.persistence.readProxy.ReadProxy.__delslice__ (   self,
  i,
  j 
)

Definition at line 71 of file readProxy.py.

◆ __getattr__()

def lsst.daf.persistence.readProxy.ReadProxy.__getattr__ (   self,
  attr 
)

Definition at line 44 of file readProxy.py.

◆ __getitem__()

def lsst.daf.persistence.readProxy.ReadProxy.__getitem__ (   self,
  arg 
)

Definition at line 56 of file readProxy.py.

◆ __getslice__()

def lsst.daf.persistence.readProxy.ReadProxy.__getslice__ (   self,
  i,
  j 
)

Definition at line 65 of file readProxy.py.

◆ __ipow__()

def lsst.daf.persistence.readProxy.ReadProxy.__ipow__ (   self,
  ob 
)

Definition at line 121 of file readProxy.py.

◆ __pow__()

def lsst.daf.persistence.readProxy.ReadProxy.__pow__ (   self,
args 
)

Definition at line 118 of file readProxy.py.

◆ __rdivmod__()

def lsst.daf.persistence.readProxy.ReadProxy.__rdivmod__ (   self,
  ob 
)

Definition at line 115 of file readProxy.py.

◆ __rpow__()

def lsst.daf.persistence.readProxy.ReadProxy.__rpow__ (   self,
  ob 
)

Definition at line 125 of file readProxy.py.

◆ __setattr__()

def lsst.daf.persistence.readProxy.ReadProxy.__setattr__ (   self,
  attr,
  val 
)

Definition at line 47 of file readProxy.py.

◆ __setitem__()

def lsst.daf.persistence.readProxy.ReadProxy.__setitem__ (   self,
  arg,
  val 
)

Definition at line 59 of file readProxy.py.

◆ __setslice__()

def lsst.daf.persistence.readProxy.ReadProxy.__setslice__ (   self,
  i,
  j,
  val 
)

Definition at line 68 of file readProxy.py.


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