KeyFlag

class lsst.afw.table.KeyFlag

Bases: lsst.afw.table.KeyBaseFlag, lsst.afw.table.FieldBaseFlag

Attributes Summary

dtype
subfields
subkeys

Methods Summary

get(self, arg0)
getBit(self)
getOffset(self)
getTypeString()
isValid(self)
set(self, arg0, arg1)

Attributes Documentation

dtype = 'Flag'
subfields
subkeys

Methods Documentation

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