set_accumulator
- class coffea.processor.set_accumulator[source]
Bases:
set
,AccumulatorABC
A set with accumulator semantics
See
set
for further infoMethods Summary
add
(other)Add another accumulator to this one in-place
identity
()Identity of the accumulator
Methods Documentation