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

Function process_str

numpy/_build_utils/conv_template.py:259–262  ·  view source on GitHub ↗
(astr)

Source from the content-addressed store, hash-verified

257 return ''.join(code)
258
259def process_str(astr):
260 code = [header]
261 code.extend(parse_string(astr, global_names, 0, 1))
262 return ''.join(code)
263
264
265include_src_re = re.compile(r"(\n|\A)#include\s*['\"]"

Callers 2

process_fileFunction · 0.70
mainFunction · 0.70

Calls 2

parse_stringFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…