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

Function fadd

numpy/f2py/common_rules.py:45–46  ·  view source on GitHub ↗
(line, s=fwrap)

Source from the content-addressed store, hash-verified

43 fwrap = ['']
44
45 def fadd(line, s=fwrap):
46 s[0] = f'{s[0]}\n {line}'
47 chooks = ['']
48
49 def cadd(line, s=chooks):

Callers 1

buildhooksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…