MCPcopy Create free account
hub / github.com/numpy/numpy / as_ge

Function as_ge

numpy/f2py/symbolic.py:1055–1056  ·  view source on GitHub ↗
(left, right)

Source from the content-addressed store, hash-verified

1053
1054
1055def as_ge(left, right):
1056 return Expr(Op.RELATIONAL, (RelOp.GE, left, right))
1057
1058
1059def as_terms(obj):

Callers 3

test_tostring_fortranMethod · 0.90
test_tostring_cMethod · 0.90
test_fromstringMethod · 0.90

Calls 1

ExprClass · 0.85

Tested by 3

test_tostring_fortranMethod · 0.72
test_tostring_cMethod · 0.72
test_fromstringMethod · 0.72