Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
234
def
_is_blank(line):
235
return
not line or line.isspace()
236
237
238
def
_join_lines(lines):
Callers
1
_strip_blank_lines
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected