Skip to content

bib.bibtexparser.middlewares.block.pages

Classes

NormalizePagesInEntry

NormalizePagesInEntry(allow_inplace_modification=True)

Bases: BlockMiddleware

Normalize field pages of an entry by deleting redundant part or generating when not existed.

Source code in pybibtexer/bib/bibtexparser/middlewares/block/pages.py
def __init__(self, allow_inplace_modification: bool = True):
    super().__init__(allow_inplace_modification=allow_inplace_modification, allow_parallel_execution=True)