Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SourceLines
Function · 0.85
HaveCommentLines
Function · 0.85
HaveBlankLines
Function · 0.85
Calls
2
startswith
Method · 0.80
endswith
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…