Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isContinuation
Function
isContinuation
numpy/linalg/lapack_lite/fortran.py:12–13 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
10
def
isComment(line):
11
return
line[0] !=
' '
12
def
isContinuation(line):
13
return
line[5] !=
' '
14
15
16
COMMENT, STATEMENT, CONTINUATION = 0, 1, 2
Callers
1
lineType
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…