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

Function convert

numpy/_utils/_inspect.py:183–185  ·  view source on GitHub ↗
(name, locals=locals,
                formatarg=formatarg, formatvalue=formatvalue)

Source from the content-addressed store, hash-verified

181
182 """
183 def convert(name, locals=locals,
184 formatarg=formatarg, formatvalue=formatvalue):
185 return formatarg(name) + formatvalue(locals[name])
186 specs = [strseq(arg, convert, join) for arg in args]
187
188 if varargs:

Callers 2

strseqFunction · 0.70
test_upgrademapperMethod · 0.50

Calls

no outgoing calls

Tested by 1

test_upgrademapperMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…