KeyString#

class lsst.afw.table.KeyString#

Bases: KeyBaseString, FieldBaseString

Attributes Summary

Methods Summary

get(self, arg0)

getOffset(self)

isValid(self)

set(self, arg0, arg1)

Attributes Documentation

subfields#
subkeys#

Methods Documentation

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