The BaseObject is the base class for all data objects in GRAMPS,
whether primary or not.
Its main goal is to provide common capabilites to all objects, such as
searching through all available information.
|
serialize(self)
Convert the object to a serialized tuple of data. |
source code
|
|
|
unserialize(self,
data)
Convert a serialized tuple of data to an object. |
source code
|
|
bool
|
matches_string(self,
pattern,
case_sensitive=False)
Return True if any text data in the object or any of it's child
objects matches a given pattern. |
source code
|
|
bool
|
matches_regexp(self,
pattern,
case_sensitive=False)
Return True if any text data in the object or any of it's child
objects matches a given regular expression. |
source code
|
|
list
|
|
list
|
|
list
|
|
list
|
|
list
|
|