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

Function as_eq

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

Source from the content-addressed store, hash-verified

1032
1033
1034def as_eq(left, right):
1035 return Expr(Op.RELATIONAL, (RelOp.EQ, left, right))
1036
1037
1038def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…