bibble.fields.field_accumulator
Type Aliases
Classes
Create a set of all the values of a field, of all entries, in a library. |
Module Contents
- bibble.fields.field_accumulator.Entry: TypeAlias = model.Entry
- class bibble.fields.field_accumulator.FieldAccumulator(*, name, fields, **kwargs)[source]
Bases:
bibble.util.middlecore.IdenBlockMiddlewareCreate a set of all the values of a field, of all entries, in a library.
‘name’ : the name of the accumulation block to store result in ‘fields’ : the fields to accumulate values of.
Fields can be individual values, or lists/sets of values
- transform(library) <Unknown>[source]
- Parameters:
library (bibtexparser.library.Library)
- Return type:
bibtexparser.library.Library
- _attr_target
- _collection