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:11–12 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
9
def
isComment(line):
10
return
line[0] !=
' '
11
def
isContinuation(line):
12
return
line[5] !=
' '
13
14
COMMENT, STATEMENT, CONTINUATION = 0, 1, 2
15
def
lineType(line):
Callers
1
lineType
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected