BibTexSet

from mcot.bibtex.file import BibTexSet
class mcot.bibtex.file.BibTexSet(entries)[source]
__init__(entries)[source]

Initialize self. See help(type(self)) for accurate signature.

Inheritance diagram

Inheritance diagram of mcot.bibtex.file.BibTexSet

Methods

add(entry[, adjust_key])

from_string(text)

keys()

remove(entry)

write(filename)

add

BibTexSet.add(entry, adjust_key=False)[source]

from_string

static BibTexSet.from_string(text: str)[source]

keys

BibTexSet.keys()[source]

remove

BibTexSet.remove(entry)[source]

write

BibTexSet.write(filename)[source]