Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/s/a/sage-HEAD/src/sage/geometry/linear_expression.py sage(Download)
elif isinstance(arg0, LinearExpression): # Construct from linear expression const = arg0.b() coeffs = arg0.A() elif isinstance(arg0, (list, tuple)) and len(arg0) == 2 and isinstance(arg0[0], (list, tuple)):