Author

from mcot.bibtex.entry import Author
class mcot.bibtex.entry.Author(last_name, first_names: Tuple[str, ...] = ())[source]
__init__(last_name, first_names: Tuple[str, ...] = ())[source]

Inheritance diagram

digraph inheritanceffa85aa815 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "mcot.bibtex.entry.Author" [URL="#mcot.bibtex.entry.Author",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

parse(name)

Attributes

short_name

parse

classmethod Author.parse(name)[source]