bibpy.entry.base module¶
Base class for all types of entries.
-
class
bibpy.entry.base.BaseEntry[source]¶ Bases:
objectBase class for all types of entries.
-
bibkey¶
-
bibtype¶
-
fields¶
-
format_auxiliary_entry(entry_type, contents, indent=' ', singleline=True, braces=True)[source]¶ Common formatting for @comment, @string and @preamble entries.
If singleline is True, put the entry on a single line. The contents of the entry is indented by the indent argument if singleline is True.
If braces is True, surround the entry by braces, else parentheses.
-