MCPcopy Create free account
hub / github.com/numpy/numpy / isComment

Function isComment

numpy/linalg/lapack_lite/fortran.py:9–10  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

7def isLabel(line):
8 return line[0].isdigit()
9def isComment(line):
10 return line[0] != ' '
11def isContinuation(line):
12 return line[5] != ' '
13

Callers 1

lineTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected