MCPcopy 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
1022def as_ref(expr):
1023 """Return object as referencing expression.
1024 """
1025 return Expr(Op.REF, expr)
1026
1027
1028def as_deref(expr):

Callers 1

test_fromstringMethod · 0.90

Calls 1

ExprClass · 0.85

Tested by 1

test_fromstringMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…