parent
9f14e7c7c7
commit
a125f69502
@ -210,7 +210,7 @@ class DbReadBase(object):
|
|||||||
|
|
||||||
def get_event_bookmarks(self):
|
def get_event_bookmarks(self):
|
||||||
"""
|
"""
|
||||||
Return the list of Person handles in the bookmarks.
|
Return the list of Event handles in the bookmarks.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@ -260,7 +260,7 @@ class DbReadBase(object):
|
|||||||
|
|
||||||
def get_family_bookmarks(self):
|
def get_family_bookmarks(self):
|
||||||
"""
|
"""
|
||||||
Return the list of Person handles in the bookmarks.
|
Return the list of Family handles in the bookmarks.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@ -329,7 +329,7 @@ class DbReadBase(object):
|
|||||||
|
|
||||||
def get_media_bookmarks(self):
|
def get_media_bookmarks(self):
|
||||||
"""
|
"""
|
||||||
Return the list of Person handles in the bookmarks.
|
Return the list of Media handles in the bookmarks.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@ -542,7 +542,7 @@ class DbReadBase(object):
|
|||||||
|
|
||||||
def get_place_bookmarks(self):
|
def get_place_bookmarks(self):
|
||||||
"""
|
"""
|
||||||
Return the list of Person handles in the bookmarks.
|
Return the list of Place handles in the bookmarks.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@ -658,7 +658,7 @@ class DbReadBase(object):
|
|||||||
|
|
||||||
def get_repo_bookmarks(self):
|
def get_repo_bookmarks(self):
|
||||||
"""
|
"""
|
||||||
Return the list of Person handles in the bookmarks.
|
Return the list of Repository handles in the bookmarks.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@ -714,7 +714,7 @@ class DbReadBase(object):
|
|||||||
|
|
||||||
def get_source_bookmarks(self):
|
def get_source_bookmarks(self):
|
||||||
"""
|
"""
|
||||||
Return the list of Person handles in the bookmarks.
|
Return the list of Source handles in the bookmarks.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user