MCPcopy 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

9def isComment(line):
10 return line[0] != ' '
11def isContinuation(line):
12 return line[5] != ' '
13
14COMMENT, STATEMENT, CONTINUATION = 0, 1, 2
15def lineType(line):

Callers 1

lineTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected