Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ as_ref
Function
as_ref
numpy/f2py/symbolic.py:1022–1025 ·
view source on GitHub ↗
Return object as referencing expression.
(expr)
Source
from the content-addressed store, hash-verified
1020
1021
1022
def
as_ref(expr):
1023
""
"Return object
as
referencing expression.
1024
""
"
1025
return
Expr(Op.REF, expr)
1026
1027
1028
def
as_deref(expr):
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…