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

Function isComment

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

Source from the content-addressed store, hash-verified

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

Callers 1

lineTypeFunction · 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…