Give the default parse stack to be applied after splitting, if not specified otherwise.
Source code in pybibtexer/bib/bibtexparser/middlewares/parsestack.py
| def default_parse_stack(allow_inplace_modification: bool = True) -> list[Middleware]:
"""Give the default parse stack to be applied after splitting, if not specified otherwise."""
return []
|