KeyArrayI¶
- 
class lsst.afw.table.KeyArrayI¶
- Bases: - lsst.afw.table.KeyBaseArrayI,- lsst.afw.table.FieldBaseArrayI- Attributes Summary - HAS_NAMED_SUBFIELDS- dtype- subfields- subkeys- Methods Summary - get(self, arg0)- getOffset(self)- getSize(self)- getTypeString()- isValid(self)- isVariableLength(self)- set(self, arg0, arg1)- slice(self, arg0, arg1)- Attributes Documentation - 
HAS_NAMED_SUBFIELDS¶
 - 
dtype= 'ArrayI'¶
 - 
subfields¶
 - 
subkeys¶
 - Methods Documentation - 
get(self: lsst.afw.table.KeyArrayI, arg0: lsst.afw.table.BaseRecord) → ndarray::Array<int, 1, 1>¶
 - 
getOffset(self: lsst.afw.table.KeyArrayI) → int¶
 - 
getSize(self: lsst.afw.table.FieldBaseArrayI) → int¶
 - 
getTypeString() → str¶
 - 
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: int, arg1: int) → lsst.afw.table.KeyArrayI¶
 
-