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