Person reference class.
This class is for keeping information about how the person relates to
another person from the database, if not through family. Examples would
be: godparent, friend, etc.
|
|
|
|
|
|
list
|
|
list
|
|
list
|
|
list
|
|
list
|
|
|
set_relation(self,
rel)
Set relation to a person. |
source code
|
|
|
get_relation(self)
Return the relation to a person. |
source code
|
|
Inherited from secondaryobj.SecondaryObject :
is_equal
Inherited from baseobj.BaseObject :
get_referenced_handles_recursively ,
matches_regexp ,
matches_string
Inherited from privacybase.PrivacyBase :
get_privacy ,
set_privacy
Inherited from srcbase.SourceBase :
add_source_reference ,
get_source_references ,
get_sourcref_child_list ,
has_source_reference ,
remove_source_references ,
replace_source_references ,
set_source_reference_list
Inherited from notebase.NoteBase :
add_note ,
get_note_list ,
get_referenced_note_handles ,
remove_note ,
set_note_list
Inherited from refbase.RefBase :
get_reference_handle ,
set_reference_handle
|