Searched refs:_Constify (Results 1 – 1 of 1) sorted by relevance
199 def _Constify(val: Union[bool, int, float, Expression]) -> Expression: function233 self.lhs = _Constify(lhs)234 self.rhs = _Constify(rhs)332 self.true_val = _Constify(true_val)333 self.cond = _Constify(cond)334 self.false_val = _Constify(false_val)385 self.lhs = _Constify(lhs)386 self.rhs = _Constify(rhs)775 return _Constify(eval(compile(parsed, orig, 'eval')))