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