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
@Kronuz@bastikr I am not sure that I have a need to build boolean expression using overloaded operators in Python and this introduces subtle bias and behaviors in many places.
Do you have a use for them? (as opposed to build an expression from a parsed string or building an expression from nested Python objects)
This would mean dropping the dunder methods from here:
@Kronuz @bastikr I am not sure that I have a need to build boolean expression using overloaded operators in Python and this introduces subtle bias and behaviors in many places.
Do you have a use for them? (as opposed to build an expression from a parsed string or building an expression from nested Python objects)
This would mean dropping the dunder methods from here:
boolean.py/boolean/boolean.py
Line 730 in 3746d22
__and__
,__mul__
,__invert__
,__or__
and__add__
and possibly__nonzero__
and__bool__
The text was updated successfully, but these errors were encountered: