bib.bibtexparser.middlewares.block.entry_types¶ Classes¶ NormalizeEntryTypes ¶ NormalizeEntryTypes(allow_inplace_modification=True) Bases: BlockMiddleware Normalize Entry types. Source code in pybibtexer/bib/bibtexparser/middlewares/block/entry_types.py 9 10def __init__(self, allow_inplace_modification: bool = True): super().__init__(allow_inplace_modification=allow_inplace_modification, allow_parallel_execution=True)