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

Function as_ne

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

Source from the content-addressed store, hash-verified

1037
1038
1039def as_ne(left, right):
1040 return Expr(Op.RELATIONAL, (RelOp.NE, left, right))
1041
1042
1043def as_lt(left, right):

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