MCPcopy Create free account
hub / github.com/conda/constructor / yield_lines

Function yield_lines

constructor/utils.py:266–271  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

264
265
266def yield_lines(path):
267 for line in open(path):
268 line = line.strip()
269 if not line or line.startswith("#"):
270 continue
271 yield line
272
273
274def shortcuts_flags(info) -> str:

Callers 1

main_buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected