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

Function as_eq

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

Source from the content-addressed store, hash-verified

1033
1034
1035def as_eq(left, right):
1036 return Expr(Op.RELATIONAL, (RelOp.EQ, left, right))
1037
1038
1039def as_ne(left, right):

Callers 6

test_sanityMethod · 0.90
test_tostring_fortranMethod · 0.90
test_tostring_cMethod · 0.90
test_substituteMethod · 0.90
test_fromstringMethod · 0.90
test_traverseMethod · 0.90

Calls 1

ExprClass · 0.85

Tested by 6

test_sanityMethod · 0.72
test_tostring_fortranMethod · 0.72
test_tostring_cMethod · 0.72
test_substituteMethod · 0.72
test_fromstringMethod · 0.72
test_traverseMethod · 0.72