A method for comparing person == person
svn: r14146
This commit is contained in:
parent
ac820cb8df
commit
30c5030ebe
@ -104,6 +104,9 @@ class Person(SourceBase, NoteBase, AttributeBase, MediaBase,
|
|||||||
# We hold a reference to the GrampsDB so that we can maintain
|
# We hold a reference to the GrampsDB so that we can maintain
|
||||||
# its genderStats. It doesn't get set here, but from
|
# its genderStats. It doesn't get set here, but from
|
||||||
# GenderStats.count_person.
|
# GenderStats.count_person.
|
||||||
|
|
||||||
|
def __eq__(self, other):
|
||||||
|
return isinstance(other, Person) and self.handle == other.handle
|
||||||
|
|
||||||
def serialize(self):
|
def serialize(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user