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

Function isCommentLine

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

Source from the content-addressed store, hash-verified

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

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…