Citation filters

svn: r18182
This commit is contained in:
Tim G L Lyons
2011-09-20 22:05:41 +00:00
parent 21e402fc6f
commit 5719832f36
29 changed files with 984 additions and 29 deletions

View File

@@ -193,6 +193,16 @@ class Citation(MediaBase, NoteBase, PrimaryObject, DateBase):
# """
# return []
def get_source_references(self) :
"""
Return the list of source references associated with the object.
:returns: Returns the list of :class:`~gen.lib.srcref.SourceRef` objects associated with
the object.
:rtype: list
"""
return [self.source_handle]
def get_note_child_list(self):
"""
Return the list of child secondary objects that may refer notes.