bibble.fields.field_sorter
Type Aliases
Classes
Sort the entries of a field |
Module Contents
- bibble.fields.field_sorter.Entry: TypeAlias = model.Entry
- class bibble.fields.field_sorter.FieldSorter(
- *,
- first=None,
- last=None,
- **kwargs,
Bases:
bibble.util.middlecore.IdenBlockMiddlewareSort the entries of a field firsts are exact matches that go at the front. lasts are a list of patterns to match on
- transform_Entry(entry, library) <Unknown>[source]
- Parameters:
entry (Entry)
library (bibtexparser.library.Library)
- Return type:
list[Entry]
- _firsts = []
- _lasts = []
- _stem_re