512 topToBottom=True, |
512 topToBottom=True, |
513 colors=self.umlView.getDrawingColors(), |
513 colors=self.umlView.getDrawingColors(), |
514 ) |
514 ) |
515 self.scene.addItem(assoc) |
515 self.scene.addItem(assoc) |
516 |
516 |
517 def parsePersistenceData(self, version, data): |
517 def parsePersistenceData(self, version, data): # noqa: U100 |
518 """ |
518 """ |
519 Public method to parse persisted data. |
519 Public method to parse persisted data. |
520 |
520 |
521 @param version version of the data |
521 @param version version of the data |
522 @type str |
522 @type str |