MCPcopy Index your code
hub / github.com/google/python-fire / _is_blank

Function _is_blank

fire/docstrings.py:234–235  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

232
233
234def _is_blank(line):
235 return not line or line.isspace()
236
237
238def _join_lines(lines):

Callers 1

_strip_blank_linesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected