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
Describe the solution you'd like
The second case above could be made to work by implementing ListConfig.__radd__.
The __radd__ dunder method handles "adding from the right".
Additional context
This came up in discussion #848.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently this works:
But this does not work:
Describe the solution you'd like
The second case above could be made to work by implementing
ListConfig.__radd__
.The
__radd__
dunder method handles "adding from the right".Additional context
This came up in discussion #848.
The text was updated successfully, but these errors were encountered: