BibTexSet ========= .. code-block :: python from mcot.bibtex.file import BibTexSet .. currentmodule:: mcot.bibtex.file .. autoclass:: BibTexSet .. automethod:: __init__ .. rubric:: Inheritance diagram .. inheritance-diagram:: mcot.bibtex.file.BibTexSet .. rubric:: Methods .. autosummary:: ~BibTexSet.add ~BibTexSet.from_string ~BibTexSet.keys ~BibTexSet.remove ~BibTexSet.write add --- .. automethod:: BibTexSet.add from\_string ------------ .. automethod:: BibTexSet.from_string keys ---- .. automethod:: BibTexSet.keys remove ------ .. automethod:: BibTexSet.remove write ----- .. automethod:: BibTexSet.write