Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isBlank
Function
isBlank
numpy/linalg/lapack_lite/clapack_scrub.py:164–165 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
162
blanks = LineQueue()
163
164
def
isBlank(line):
165
return
line.strip() ==
''
166
167
def
SourceLines(line):
168
if
isCommentLine(line):
Callers
2
HaveCommentLines
Function · 0.70
HaveBlankLines
Function · 0.70
Calls
1
strip
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…