Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _iter_significant_lines
Function
_iter_significant_lines
Tools/c-analyzer/c_common/strutil.py:37–42 ·
view source on GitHub ↗
(lines)
Source
from the content-addressed store, hash-verified
35
36
37
def
_iter_significant_lines(lines):
38
for
line in lines:
39
line = line.partition(
'#'
)[0]
40
if
not line.strip():
41
continue
42
yield
line
Callers
1
parse_entries
Function · 0.85
Calls
2
partition
Method · 0.45
strip
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…