335 topToBottom=True, |
335 topToBottom=True, |
336 colors=self.umlView.getDrawingColors(), |
336 colors=self.umlView.getDrawingColors(), |
337 ) |
337 ) |
338 self.scene.addItem(assoc) |
338 self.scene.addItem(assoc) |
339 |
339 |
340 def parsePersistenceData(self, version, data): |
340 def parsePersistenceData(self, version, data): # noqa: U100 |
341 """ |
341 """ |
342 Public method to parse persisted data. |
342 Public method to parse persisted data. |
343 |
343 |
344 @param version version of the data |
344 @param version version of the data |
345 @type str |
345 @type str |