|
lsst.daf.persistence g6a31054a6e+48648d4d98
|
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) |
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.
| def lsst.daf.persistence.readProxy.ReadProxy.__init__ | ( | self, | |
| func | |||
| ) |
Definition at line 40 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__bool__ | ( | self | ) |
Definition at line 53 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__contains__ | ( | self, | |
| ob | |||
| ) |
Definition at line 74 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__delattr__ | ( | self, | |
| attr | |||
| ) |
Definition at line 50 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__delitem__ | ( | self, | |
| arg | |||
| ) |
Definition at line 62 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__delslice__ | ( | self, | |
| i, | |||
| j | |||
| ) |
Definition at line 71 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__getattr__ | ( | self, | |
| attr | |||
| ) |
Definition at line 44 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__getitem__ | ( | self, | |
| arg | |||
| ) |
Definition at line 56 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__getslice__ | ( | self, | |
| i, | |||
| j | |||
| ) |
Definition at line 65 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__ipow__ | ( | self, | |
| ob | |||
| ) |
Definition at line 121 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__pow__ | ( | self, | |
| * | args | ||
| ) |
Definition at line 118 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__rdivmod__ | ( | self, | |
| ob | |||
| ) |
Definition at line 115 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__rpow__ | ( | self, | |
| ob | |||
| ) |
Definition at line 125 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__setattr__ | ( | self, | |
| attr, | |||
| val | |||
| ) |
Definition at line 47 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__setitem__ | ( | self, | |
| arg, | |||
| val | |||
| ) |
Definition at line 59 of file readProxy.py.
| def lsst.daf.persistence.readProxy.ReadProxy.__setslice__ | ( | self, | |
| i, | |||
| j, | |||
| val | |||
| ) |
Definition at line 68 of file readProxy.py.