Graphics/ClassItem.py

changeset 2033
4b99609f6a87
parent 2032
704593d042fe
child 2034
8de0fc1f7fef
equal deleted inserted replaced
2032:704593d042fe 2033:4b99609f6a87
227 or newlines. 227 or newlines.
228 228
229 @return persistence data (string) 229 @return persistence data (string)
230 """ 230 """
231 entries = [ 231 entries = [
232 "item_type={0}".format(ClassItem.ItemType),
233 "is_external={0}".format(self.external), 232 "is_external={0}".format(self.external),
234 "no_attributes={0}".format(self.noAttrs), 233 "no_attributes={0}".format(self.noAttrs),
235 "name={0}".format(self.model.getName()), 234 "name={0}".format(self.model.getName()),
236 ] 235 ]
237 attributes = self.model.getAttributes() 236 attributes = self.model.getAttributes()

eric ide

mercurial