MCPcopy Index your code
hub / github.com/python/cpython / _parse_files

Function _parse_files

Tools/c-analyzer/c_common/scriptutil.py:315–317  ·  view source on GitHub ↗
(filenames)

Source from the content-addressed store, hash-verified

313
314
315def _parse_files(filenames):
316 for filename, _ in strutil.parse_entries(filenames):
317 yield filename.strip()
318
319
320def add_progress_cli(parser, *, threshold=VERBOSITY, **kwargs):

Callers 2

parse_filesFunction · 0.85
process_argsFunction · 0.85

Calls 1

stripMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…