IdFactory¶
- 
class lsst.afw.table.IdFactory¶
- Bases: - pybind11_builtins.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: int) → int¶
 - 
static makeSimple() → lsst.afw.table.IdFactory¶
 - 
static makeSource(expId: int, reserved: int) → lsst.afw.table.IdFactory¶
 - 
notify(self: lsst.afw.table.IdFactory, id: int) → None¶
 
-