comparison: eric6/Graphics/UMLDiagramBuilder.py
eric6/Graphics/UMLDiagramBuilder.py
- changeset 8291
- 3d79b1e5bf3c
- parent 8289
- 871b40c5a77a
- child 8295
- 3f5e8b0a338e
equal
deleted
inserted
replaced
68 @type str |
68 @type str |
69 @return flag indicating success |
69 @return flag indicating success |
70 @rtype bool |
70 @rtype bool |
71 """ |
71 """ |
72 return True |
72 return True |
|
73 |
|
74 def toDict(self): |
|
75 """ |
|
76 Public method to collect data to be persisted. |
|
77 |
|
78 @return dictionary containing data to be persisted |
|
79 @rtype dict |
|
80 """ |
|
81 return {} |