src/eric7/Graphics/PackageDiagramBuilder.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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
557 ), 557 ),
558 } 558 }
559 559
560 return data 560 return data
561 561
562 def fromDict(self, version, data): 562 def fromDict(self, version, data): # noqa: U100
563 """ 563 """
564 Public method to populate the class with data persisted by 'toDict()'. 564 Public method to populate the class with data persisted by 'toDict()'.
565 565
566 @param version version of the data 566 @param version version of the data
567 @type str 567 @type str

eric ide

mercurial