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

Function SourceLines

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

Source from the content-addressed store, hash-verified

163 return line.strip() == ''
164
165 def SourceLines(line):
166 if isCommentLine(line):
167 comments.add(line)
168 return HaveCommentLines
169 else:
170 lines.add(line)
171 return SourceLines
172 def HaveCommentLines(line):
173 if isBlank(line):
174 blanks.add('\n')

Callers

nothing calls this directly

Calls 2

isCommentLineFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected