defaultdict_accumulator
- class coffea.processor.defaultdict_accumulator[source]
Bases:
defaultdict,AccumulatorABCA defaultdict with accumulator semantics
See
collections.defaultdictfor further info. It is assumed that the contents of the dict have accumulator semanticsMethods Summary
add(other)Add another accumulator to this one in-place
identity()Identity of the accumulator
Methods Documentation