Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isComment
Function
isComment
numpy/linalg/lapack_lite/fortran.py:9–10 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
7
def
isLabel(line):
8
return
line[0].isdigit()
9
def
isComment(line):
10
return
line[0] !=
' '
11
def
isContinuation(line):
12
return
line[5] !=
' '
13
Callers
1
lineType
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected