MCPcopy 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
1028def as_deref(expr):
1029 """Return object as dereferencing expression.
1030 """
1031 return Expr(Op.DEREF, expr)
1032
1033
1034def as_eq(left, right):

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…