MCPcopy 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
37def _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_entriesFunction · 0.85

Calls 2

partitionMethod · 0.45
stripMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…