Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1043
def
as_lt(left, right):
1044
return
Expr(Op.RELATIONAL, (RelOp.LT, left, right))
1045
1046
1047
def
as_le(left, right):
Callers
4
test_sanity
Method · 0.90
test_tostring_fortran
Method · 0.90
test_tostring_c
Method · 0.90
test_fromstring
Method · 0.90
Calls
1
Expr
Class · 0.85
Tested by
4
test_sanity
Method · 0.72
test_tostring_fortran
Method · 0.72
test_tostring_c
Method · 0.72
test_fromstring
Method · 0.72