KeyB

class lsst.afw.table.KeyB

Bases: lsst.afw.table.KeyBaseB, lsst.afw.table.FieldBaseB

Attributes Summary

HAS_NAMED_SUBFIELDS

subfields

subkeys

Methods Summary

get(self, arg0)

getOffset(self)

getTypeString()

isValid(self)

set(self, arg0, arg1)

Attributes Documentation

HAS_NAMED_SUBFIELDS = False
subfields
subkeys

Methods Documentation

get(self: lsst.afw.table.KeyB, arg0: lsst.afw.table.BaseRecord)int
getOffset(self: lsst.afw.table.KeyB)int
static getTypeString()str
isValid(self: lsst.afw.table.KeyB)bool
set(self: lsst.afw.table.KeyB, arg0: lsst.afw.table.BaseRecord, arg1: int)None