Person¶
A betty.ancestry.person.Person
describes an individual human being.
Fields¶
People inherit from:
children
(an iterable ofPerson
)The person’s children.
files
(iterable of File)The files attached to this person.
citations
(iterable of Citation)The citations for this person.
id
(str
)The person’s own entity ID.
links
(iterable of Link)The external links for this person.
names
(iterable of PersonName)The person’s names.
parents
(an iterable ofPerson
)The person’s parents.
presences
(iterable of Presence)The person’s presences at events.
siblings
(an iterable ofPerson
)The person’s siblings.