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

Function OutOfHeader

numpy/linalg/lapack_lite/clapack_scrub.py:218–223  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

216 else:
217 return InHeader
218 def OutOfHeader(line):
219 if line.startswith('#include "f2c.h"'):
220 pass
221 else:
222 lines.add(line)
223 return OutOfHeader
224
225 state = LookingForHeader
226 for line in UStringIO(source):

Callers

nothing calls this directly

Calls 2

startswithMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected