Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ as_eq
Function
as_eq
numpy/f2py/symbolic.py:1034–1035 ·
view source on GitHub ↗
(left, right)
Source
from the content-addressed store, hash-verified
1032
1033
1034
def
as_eq(left, right):
1035
return
Expr(Op.RELATIONAL, (RelOp.EQ, left, right))
1036
1037
1038
def
as_ne(left, right):
Callers
6
test_sanity
Method · 0.90
test_tostring_fortran
Method · 0.90
test_tostring_c
Method · 0.90
test_substitute
Method · 0.90
test_fromstring
Method · 0.90
test_traverse
Method · 0.90
Calls
1
Expr
Class · 0.85
Tested by
6
test_sanity
Method · 0.72
test_tostring_fortran
Method · 0.72
test_tostring_c
Method · 0.72
test_substitute
Method · 0.72
test_fromstring
Method · 0.72
test_traverse
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…