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

Function InHeader

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

Source from the content-addressed store, hash-verified

211 lines.add(line)
212 return LookingForHeader
213 def InHeader(line):
214 if line.startswith('*/'):
215 return OutOfHeader
216 else:
217 return InHeader
218 def OutOfHeader(line):
219 if line.startswith('#include "f2c.h"'):
220 pass

Callers

nothing calls this directly

Calls 1

startswithMethod · 0.80

Tested by

no test coverage detected