KeyFlag#

class lsst.afw.table.KeyFlag#

Bases: KeyBaseFlag, FieldBaseFlag

Attributes Summary

Methods Summary

get(self, arg0)

getBit(self)

getOffset(self)

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