Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isLabel
Function
isLabel
numpy/linalg/lapack_lite/fortran.py:8–9 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
6
def
isBlank(line):
7
return
not line
8
def
isLabel(line):
9
return
line[0].isdigit()
10
def
isComment(line):
11
return
line[0] !=
' '
12
def
isContinuation(line):
Callers
1
lineType
Function · 0.85
Calls
1
isdigit
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…