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

Function isBlank

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

Source from the content-addressed store, hash-verified

3import itertools
4
5def isBlank(line):
6 return not line
7def isLabel(line):
8 return line[0].isdigit()
9def isComment(line):

Callers 1

lineTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected