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

Function isLabel

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

Source from the content-addressed store, hash-verified

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

Callers 1

lineTypeFunction · 0.85

Calls 1

isdigitMethod · 0.80

Tested by

no test coverage detected