MCPcopy Index your code
hub / github.com/numpy/numpy / as_string

Function as_string

numpy/f2py/symbolic.py:988–991  ·  view source on GitHub ↗

Return object as STRING expression (string literal constant).

(obj, kind=1)

Source from the content-addressed store, hash-verified

986
987
988def as_string(obj, kind=1):
989 """Return object as STRING expression (string literal constant).
990 """
991 return Expr(Op.STRING, (obj, kind))
992
993
994def as_array(obj):

Callers 6

test_sanityMethod · 0.90
test_operationsMethod · 0.90
test_fromstringMethod · 0.90
normalizeFunction · 0.85
as_exprFunction · 0.85
processMethod · 0.85

Calls 1

ExprClass · 0.85

Tested by 3

test_sanityMethod · 0.72
test_operationsMethod · 0.72
test_fromstringMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…