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

Function buildcallbacks

numpy/f2py/cb_rules.py:515–523  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

513
514
515def buildcallbacks(m):
516 cb_map[m['name']] = []
517 for bi in m['body']:
518 if bi['block'] == 'interface':
519 for b in bi['body']:
520 if b:
521 buildcallback(b, m['name'])
522 else:
523 errmess(f"warning: empty body for {m['name']}\n")
524
525
526def buildcallback(rout, um):

Callers

nothing calls this directly

Calls 2

buildcallbackFunction · 0.85
errmessFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…