KeyArrayB

class lsst.afw.table.KeyArrayB

Bases: lsst.afw.table.KeyBaseArrayB, lsst.afw.table.FieldBaseArrayB

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 = False
dtype = 'ArrayB'
subfields
subkeys

Methods Documentation

get(self: lsst.afw.table.KeyArrayB, arg0: lsst.afw.table.BaseRecord)numpy.ndarray
getOffset(self: lsst.afw.table.KeyArrayB)int
getSize(self: lsst.afw.table.FieldBaseArrayB)int
static getTypeString()str
isValid(self: lsst.afw.table.KeyArrayB)bool
isVariableLength(self: lsst.afw.table.FieldBaseArrayB)bool
set(self: lsst.afw.table.KeyArrayB, arg0: lsst.afw.table.BaseRecord, arg1: object)None
slice(self: lsst.afw.table.KeyBaseArrayB, arg0: int, arg1: int)lsst.afw.table.KeyArrayB