Event reference class.
This class is for keeping information about how the person relates to
the refereneced event.
|
|
__init__(self,
source=None)
Create a new EventRef instance, copying from the source if present. |
source code
|
|
|
|
|
|
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
bool
|
|
|
|
|
|
|
|
|
|
get_role(self)
Return the tuple corresponding to the preset role. |
source code
|
|
|
|
set_role(self,
role)
Set the role according to the given argument. |
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 notebase.NoteBase:
add_note,
get_note_list,
get_referenced_note_handles,
remove_note,
set_note_list
Inherited from attrbase.AttributeBase:
add_attribute,
get_attribute_list,
remove_attribute,
set_attribute_list
Inherited from refbase.RefBase:
get_reference_handle,
set_reference_handle
|