Fix instance operator overloading
Open
enhancement
oversight
- Dominant language
- Python
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Make sure that an instance's operator overload function is always called first before any other operator overload function. Continue on to other functions iff the instance's one returns NotImplemented (also add a way for that to be done in Rabbit). This only applies if there is an instance in the arguments, of course.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.