lsst.daf.persistence 22.0.1-5-g6a31054+51e1bf54d4
|
Public Member Functions | |
def | __call__ (self, wrapped) |
Class for deprecation decorator to use.
Definition at line 121 of file deprecation.py.
def lsst.daf.persistence.deprecation.Deprecator.__call__ | ( | self, | |
wrapped | |||
) |
Intercept the call to ``__new__`` and issue the warning first.
Definition at line 124 of file deprecation.py.