KeyL¶
- 
class lsst.afw.table.KeyL¶
- Bases: - lsst.afw.table.KeyBaseL,- lsst.afw.table.FieldBaseL- Attributes Summary - subfields- subkeys- Methods Summary - get(self, arg0)- getOffset(self)- getTypeString()- isValid(self)- set(self, arg0, arg1)- Attributes Documentation - 
subfields¶
 - 
subkeys¶
 - Methods Documentation - 
get(self: lsst.afw.table.KeyL, arg0: lsst.afw.table.BaseRecord) → int¶
 - 
getOffset(self: lsst.afw.table.KeyL) → int¶
 - 
static getTypeString() → str¶
 - 
isValid(self: lsst.afw.table.KeyL) → bool¶
 - 
set(self: lsst.afw.table.KeyL, arg0: lsst.afw.table.BaseRecord, arg1: int) → None¶
 
-