src/eric7/Graphics/UMLGraphicsView.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10690
fab36645aa7d
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
829 "associations": associations, 829 "associations": associations,
830 } 830 }
831 831
832 return data 832 return data
833 833
834 def fromDict(self, version, data): # noqa: U100 834 def fromDict(self, _version, data):
835 """ 835 """
836 Public method to populate the class with data persisted by 'toDict()'. 836 Public method to populate the class with data persisted by 'toDict()'.
837 837
838 @param version version of the data 838 @param _version version of the data (unused)
839 @type str 839 @type str
840 @param data dictionary containing the persisted data 840 @param data dictionary containing the persisted data
841 @type dict 841 @type dict
842 @return flag indicating success 842 @return flag indicating success
843 @rtype bool 843 @rtype bool

eric ide

mercurial