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

Function SourceLines

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

isCommentLineFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…