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

Callers 1

test_fromstringMethod · 0.90

Calls 1

ExprClass · 0.85

Tested by 1

test_fromstringMethod · 0.72