triqs.gfs.lazy_expressions.LazyExpr.set_from

LazyExpr.set_from(y)[source]

In-place assignment: self is rewritten to match y.

Parameters:
yLazyExpr

Source node; its tag and childs are aliased into self.

Returns:
LazyExpr

self, after the rewrite (for chaining).