Missing return self on unserialize for convienience and consistency
svn: r18325
This commit is contained in:
parent
eeb48f1850
commit
382336e9b5
@ -112,6 +112,7 @@ class Note(BasicPrimaryObject, TagBase):
|
|||||||
self.type = NoteType()
|
self.type = NoteType()
|
||||||
self.type.unserialize(the_type)
|
self.type.unserialize(the_type)
|
||||||
TagBase.unserialize(self, tag_list)
|
TagBase.unserialize(self, tag_list)
|
||||||
|
return self
|
||||||
|
|
||||||
def get_text_data_list(self):
|
def get_text_data_list(self):
|
||||||
"""Return the list of all textual attributes of the object.
|
"""Return the list of all textual attributes of the object.
|
||||||
|
Loading…
Reference in New Issue
Block a user