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

Function iadd

numpy/f2py/common_rules.py:55–56  ·  view source on GitHub ↗
(line, s=ihooks)

Source from the content-addressed store, hash-verified

53 ihooks = ['']
54
55 def iadd(line, s=ihooks):
56 s[0] = '%s\n%s' % (s[0], line)
57 doc = ['']
58
59 def dadd(line, s=doc):

Callers 1

buildhooksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected