comparison: eric6/Graphics/UMLItem.py
eric6/Graphics/UMLItem.py
- changeset 8291
- 3d79b1e5bf3c
- parent 8289
- 871b40c5a77a
- child 8295
- 3f5e8b0a338e
equal
deleted
inserted
replaced
274 @type str |
274 @type str |
275 @return flag indicating success |
275 @return flag indicating success |
276 @rtype bool |
276 @rtype bool |
277 """ |
277 """ |
278 return True |
278 return True |
|
279 |
|
280 def toDict(self): |
|
281 """ |
|
282 Public method to collect data to be persisted. |
|
283 |
|
284 @return dictionary containing data to be persisted |
|
285 @rtype dict |
|
286 """ |
|
287 return {} |