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

Function as_le

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

Source from the content-addressed store, hash-verified

1045
1046
1047def as_le(left, right):
1048 return Expr(Op.RELATIONAL, (RelOp.LE, left, right))
1049
1050
1051def as_gt(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