Searched refs:_Constify (Results 1 – 1 of 1) sorted by relevance
84 def _Constify(val: Union[bool, int, float, Expression]) -> Expression: function118 self.lhs = _Constify(lhs)119 self.rhs = _Constify(rhs)214 self.true_val = _Constify(true_val)215 self.cond = _Constify(cond)216 self.false_val = _Constify(false_val)263 self.lhs = _Constify(lhs)264 self.rhs = _Constify(rhs)571 return _Constify(eval(compile(parsed, orig, 'eval')))