Closed PascalDevenoge closed 7 months ago
Implements support for reflected magic functions (radd etc.) Haven't looked into getting in place versions (iadd) to work yet.
This change is
This should be ready to merge. The only test failures are caused by missing dunder methods in the allowed whitelist. I've mixed up the commit order, and they are added to the whitelist in #182.
Implements support for reflected magic functions (radd etc.) Haven't looked into getting in place versions (iadd) to work yet.
This change is