KeyArrayI¶
- class lsst.afw.table.KeyArrayI¶
- Bases: - KeyBaseArrayI,- FieldBaseArrayI- Attributes Summary - Methods Summary - get(self, arg0)- getOffset(self)- getSize(self)- isValid(self)- isVariableLength(self)- set(self, arg0, arg1)- slice(self, arg0, arg1)- Attributes Documentation - dtype = 'ArrayI'¶
 - subfields¶
 - subkeys¶
 - Methods Documentation - get(self: lsst.afw.table.KeyArrayI, arg0: lsst.afw.table.BaseRecord) numpy.ndarray¶
 - getOffset(self: lsst.afw.table.KeyArrayI) int¶
 - getSize(self: lsst.afw.table.FieldBaseArrayI) int¶
 - isValid(self: lsst.afw.table.KeyArrayI) bool¶
 - isVariableLength(self: lsst.afw.table.FieldBaseArrayI) bool¶
 - set(self: lsst.afw.table.KeyArrayI, arg0: lsst.afw.table.BaseRecord, arg1: object) None¶
 - slice(self: lsst.afw.table.KeyBaseArrayI, arg0: SupportsInt, arg1: SupportsInt) lsst.afw.table.KeyArrayI¶