AddressRow¶
- class lsst.pipe.base.quantum_graph.AddressRow(key: ~uuid.UUID, index: int, addresses: list[lsst.pipe.base.quantum_graph._multiblock.Address] = <factory>)¶
- Bases: - object- The in-memory representation of a single row in an address file. - Attributes Summary - Offsets and sizes into multi-block files. - Monotonically increasing integer ID; unique within this file only. - Universally unique identifier for this row. - Methods Summary - read(stream, n_addresses, int_size)- Read this address row from a file-like object. - write(stream, int_size)- Write this address row to a file-like object. - Attributes Documentation - addresses: list[lsst.pipe.base.quantum_graph._multiblock.Address]¶
- Offsets and sizes into multi-block files. 
 - Methods Documentation