src/eric7/Graphics/UMLClassDiagramBuilder.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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
380 ), 380 ),
381 } 381 }
382 382
383 return data 383 return data
384 384
385 def fromDict(self, version, data): 385 def fromDict(self, version, data): # noqa: U100
386 """ 386 """
387 Public method to populate the class with data persisted by 'toDict()'. 387 Public method to populate the class with data persisted by 'toDict()'.
388 388
389 @param version version of the data 389 @param version version of the data
390 @type str 390 @type str

eric ide

mercurial