simpleeval
simpleeval copied to clipboard
`and` operator bug
simpleeval.simple_eval('(Age_21 == True) and (asdfasdfs == False)', names={'Age_21': 21}
The above ends without raising exception with a False
. Replacing and
with or
does raise an exception