|
|
|
|
tuple
|
serialize(self)
Converts the data held in the event to a Python tuple that
represents all the data elements. |
source code
|
|
|
|
unserialize(self,
data)
Converts the data held in a tuple created by the serialize method
back into the data in a Family structure. |
source code
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
|
set_relationship(self,
relationship_type)
Sets the relationship type between the people identified as the
father and mother in the relationship. |
source code
|
|
|
|
get_relationship(self)
Returns the relationship type between the people identified as the
father and mother in the relationship. |
source code
|
|
|
|
|
|
str
|
|
|
|
|
|
str
|
|
|
|
|
|
bool
|
|
|
bool
|
|
|
list
|
|
|
|
|
|
|
|
|
|
|
|
list
|
|
|
|
|
|
Inherited from _SourceBase.SourceBase:
add_source_reference,
get_source_references,
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 _MediaBase.MediaBase:
add_media_reference,
get_media_list,
has_media_reference,
remove_media_references,
replace_media_references,
set_media_list
Inherited from _AttributeBase.AttributeBase:
add_attribute,
get_attribute_list,
remove_attribute,
set_attribute_list
Inherited from _LdsOrdBase.LdsOrdBase:
add_lds_ord,
get_lds_ord_list,
remove_lds_ord,
set_lds_ord_list
Inherited from _PrimaryObject.PrimaryObject:
get_marker,
has_handle_reference,
remove_handle_references,
replace_handle_reference,
set_marker
Inherited from _BasicPrimaryObject.BasicPrimaryObject:
get_change_display,
get_change_time,
get_gramps_id,
get_handle,
set_gramps_id,
set_handle
Inherited from _BaseObject.BaseObject:
get_referenced_handles_recursively,
matches_regexp,
matches_string
Inherited from _PrivacyBase.PrivacyBase:
get_privacy,
set_privacy
|