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

Function isCommentLine

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

Source from the content-addressed store, hash-verified

156 lines = LineQueue()
157 comments = CommentQueue()
158 def isCommentLine(line):
159 return line.startswith('/*') and line.endswith('*/\n')
160
161 blanks = LineQueue()
162 def isBlank(line):

Callers 3

SourceLinesFunction · 0.85
HaveCommentLinesFunction · 0.85
HaveBlankLinesFunction · 0.85

Calls 2

startswithMethod · 0.80
endswithMethod · 0.80

Tested by

no test coverage detected