Current behavior
Current data model do not take advantage of the Python double underscore methods
that ease the writing and the documentation of data related methods
Expected behavior
Use dunder methods for :
representation of data
concatenation of data
Alternative behavior
Provide an object oriented interface for the two operations above
Current behavior Current data model do not take advantage of the Python double underscore methods that ease the writing and the documentation of data related methods
Expected behavior Use dunder methods for :
Alternative behavior Provide an object oriented interface for the two operations above