pypif.obj.common.name module

class pypif.obj.common.name.Name(title=None, given=None, family=None, suffix=None, tags=None, **kwargs)

Bases: pypif.obj.common.pio.Pio

Representation of the first and last name of a person.

__init__(title=None, given=None, family=None, suffix=None, tags=None, **kwargs)

Constructor.

Parameters:
  • title – Title of the person (e.g. Prof. or Dr.)
  • given – Given (first) name of a person.
  • family – Family (last) name of a person.
  • suffix – Suffix of the person (e.g. Jr. or Sr.)
  • tags – List of strings or numbers that are tags for this object.
  • kwargs – Dictionary of fields that are not supported.
family
given
suffix
title