MCPcopy Create free account
hub / github.com/numpy/numpy / fadd

Function fadd

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

Source from the content-addressed store, hash-verified

45 fwrap = ['']
46
47 def fadd(line, s=fwrap):
48 s[0] = '%s\n %s' % (s[0], line)
49 chooks = ['']
50
51 def cadd(line, s=chooks):

Callers 1

buildhooksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected