IdFactory#

class lsst.afw.table.IdFactory#

Bases: pybind11_object

Methods Summary

__call__(self)

clone(self)

computeReservedFromMaxBits(maxBits)

makeSimple()

makeSource(expId, reserved)

notify(self, id)

Methods Documentation

__call__(self: lsst.afw.table.IdFactory) int#
clone(self: lsst.afw.table.IdFactory) lsst.afw.table.IdFactory#
static computeReservedFromMaxBits(maxBits: SupportsInt) int#
static makeSimple() lsst.afw.table.IdFactory#
static makeSource(expId: SupportsInt, reserved: SupportsInt) lsst.afw.table.IdFactory#
notify(self: lsst.afw.table.IdFactory, id: SupportsInt) None#