lsst.afw
20.0.0-4-gde602ef96+5
|
Functions | |
def | wrapNotImplemented (cls, attr) |
def | disableImageArithmetic (cls) |
def | disableMaskArithmetic (cls) |
def lsst.afw.image.disableArithmetic.disableImageArithmetic | ( | cls | ) |
Add helpful error messages about image arithmetic
Definition at line 45 of file disableArithmetic.py.
def lsst.afw.image.disableArithmetic.disableMaskArithmetic | ( | cls | ) |
Add helpful error messages about mask arithmetic
Definition at line 52 of file disableArithmetic.py.
def lsst.afw.image.disableArithmetic.wrapNotImplemented | ( | cls, | |
attr | |||
) |
Wrap a method providing a helpful error message about image arithmetic Parameters ---------- cls : `type` Class in which the method is to be defined. attr : `str` Name of the method. Returns ------- method : callable Wrapped method.
Definition at line 6 of file disableArithmetic.py.