AddressWriter¶
- class lsst.pipe.base.quantum_graph.AddressWriter(addresses: list[dict[uuid.UUID, lsst.pipe.base.quantum_graph._multiblock.Address]] = <factory>)¶
Bases:
objectA helper object for writing address files for multi-block files.
Methods Summary
Return all IDs used by any address dictionary.
write(stream, int_size[, all_ids])Write all addresses to a file-like object.
write_to_zip(zf, name, int_size)Write all addresses to a file in a zip archive.
Methods Documentation