A record of a source of information.
|
|
|
|
|
unserialize(self,
data)
Convert the data held in a tuple created by the serialize method back
into the data in an Event structure. |
source code
|
|
list
|
|
list
|
|
list
|
|
list
|
|
list
|
|
list
|
|
bool
|
|
|
|
|
|
|
get_data_map(self)
Return the data map of attributes for the source. |
source code
|
|
|
set_data_map(self,
datamap)
Set the data map of attributes for the source. |
source code
|
|
|
set_data_item(self,
key,
value)
Set the particular data item in the attribute data map. |
source code
|
|
|
|
str
|
|
|
set_author(self,
author)
Set the author of the Source. |
source code
|
|
|
get_author(self)
Return the author of the Source. |
source code
|
|
|
set_publication_info(self,
text)
Set the publication information of the Source. |
source code
|
|
|
get_publication_info(self)
Return the publication information of the Source. |
source code
|
|
|
set_abbreviation(self,
abbrev)
Set the title abbreviation of the Source. |
source code
|
|
|
get_abbreviation(self)
Return the title abbreviation of the Source. |
source code
|
|
|
|
list
|
|
|
|
bool
|
|
|
|
|
|
Inherited from mediabase.MediaBase :
add_media_reference ,
get_media_list ,
has_media_reference ,
remove_media_references ,
replace_media_references ,
set_media_list
Inherited from notebase.NoteBase :
add_note ,
get_note_list ,
get_referenced_note_handles ,
remove_note ,
set_note_list
Inherited from primaryobj.PrimaryObject :
get_marker ,
has_handle_reference ,
remove_handle_references ,
replace_handle_reference ,
set_marker
Inherited from primaryobj.BasicPrimaryObject :
get_change_display ,
get_change_time ,
get_gramps_id ,
get_handle ,
set_gramps_id ,
set_handle
Inherited from baseobj.BaseObject :
get_referenced_handles_recursively ,
matches_regexp ,
matches_string
Inherited from privacybase.PrivacyBase :
get_privacy ,
set_privacy
|