Searched refs:py_value (Results 1 – 1 of 1) sorted by relevance
160 def coerce_from(py_value): argument161 if isinstance(py_value, int):162 return AffineConstantExpr(py_value)163 assert isinstance(py_value, AffineExprDef)164 return py_value