Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ as_gt
Function
as_gt
numpy/f2py/symbolic.py:1051–1052 ·
view source on GitHub ↗
(left, right)
Source
from the content-addressed store, hash-verified
1049
1050
1051
def
as_gt(left, right):
1052
return
Expr(Op.RELATIONAL, (RelOp.GT, left, right))
1053
1054
1055
def
as_ge(left, right):
Callers
3
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
3
test_tostring_fortran
Method · 0.72
test_tostring_c
Method · 0.72
test_fromstring
Method · 0.72