Home | History | Annotate | Download | only in python2.7

Lines Matching full:truth

22 # 2000-11-28 fl  Changed boolean to check the truth value of its argument
307 self.value = operator.truth(value)
345 return _truefalse[operator.truth(value)]