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

Function as_lt

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

Source from the content-addressed store, hash-verified

1041
1042
1043def as_lt(left, right):
1044 return Expr(Op.RELATIONAL, (RelOp.LT, left, right))
1045
1046
1047def as_le(left, right):

Callers 4

test_sanityMethod · 0.90
test_tostring_fortranMethod · 0.90
test_tostring_cMethod · 0.90
test_fromstringMethod · 0.90

Calls 1

ExprClass · 0.85

Tested by 4

test_sanityMethod · 0.72
test_tostring_fortranMethod · 0.72
test_tostring_cMethod · 0.72
test_fromstringMethod · 0.72