LocalSliceProxy# class lsst.images.LocalSliceProxy(parent)# Bases: Generic A proxy object for obtaining a generalized image subset using local slicing. See local for more information. Parameters: parent (TypeVar(T, bound= GeneralizedImage)) – Image the slice proxy operates on.