Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ as_deref
Function
as_deref
numpy/f2py/symbolic.py:1028–1031 ·
view source on GitHub ↗
Return object as dereferencing expression.
(expr)
Source
from the content-addressed store, hash-verified
1026
1027
1028
def
as_deref(expr):
1029
""
"Return object
as
dereferencing expression.
1030
""
"
1031
return
Expr(Op.DEREF, expr)
1032
1033
1034
def
as_eq(left, right):
Callers
1
test_fromstring
Method · 0.90
Calls
1
Expr
Class · 0.85
Tested by
1
test_fromstring
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…