KeyArrayU#

class lsst.afw.table.KeyArrayU#

Bases: KeyBaseArrayU, FieldBaseArrayU

Attributes Summary

Methods Summary

get(self, arg0)

getOffset(self)

isValid(self)

set(self, arg0, arg1)

Attributes Documentation

dtype = 'ArrayU'#
subfields#
subkeys#

Methods Documentation

get(self: lsst.afw.table.KeyArrayU, arg0: lsst.afw.table.BaseRecord) numpy.ndarray#
getOffset(self: lsst.afw.table.KeyArrayU) int#
isValid(self: lsst.afw.table.KeyArrayU) bool#
set(self: lsst.afw.table.KeyArrayU, arg0: lsst.afw.table.BaseRecord, arg1: object) None#