BibTexSet¶
from mcot.bibtex.file import BibTexSet
- class mcot.bibtex.file.BibTexSet(entries)[source]¶
-
Inheritance diagram
digraph inheritance31b40a2fb8 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "mcot.bibtex.file.BibTexSet" [URL="#mcot.bibtex.file.BibTexSet",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }Methods
add(entry[, adjust_key])from_string(text)keys()remove(entry)write(filename)