Searched refs:py_value (Results 1 – 1 of 1) sorted by relevance
163 def coerce_from(py_value): argument164 if isinstance(py_value, int):165 return AffineConstantExpr(py_value)166 assert isinstance(py_value, AffineExprDef)167 return py_value