You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ProductFootprint class does not implement a full python data model, making interactions with the instance a bit of an annoyance, naturally there are automatically defined dunder methods but a more explicit approach is preferable.
This tickets does not need to implement every dunder method in the object model, but the core/usual suspects would be preferable even if it's just to set the tone and standard for future developments.
A list of what would be desirable is:
dict
str
repr
The text was updated successfully, but these errors were encountered:
The
ProductFootprint
class does not implement a full python data model, making interactions with the instance a bit of an annoyance, naturally there are automatically defined dunder methods but a more explicit approach is preferable.This tickets does not need to implement every dunder method in the object model, but the core/usual suspects would be preferable even if it's just to set the tone and standard for future developments.
A list of what would be desirable is:
The text was updated successfully, but these errors were encountered: