KeyArrayI#

class lsst.afw.table.KeyArrayI#

Bases: KeyBaseArrayI, FieldBaseArrayI

Attributes Summary

Methods Summary

get(self, arg0)

getOffset(self)

isValid(self)

set(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#
isValid(self: lsst.afw.table.KeyArrayI) bool#
set(self: lsst.afw.table.KeyArrayI, arg0: lsst.afw.table.BaseRecord, arg1: object) None#