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

Function _cli_analyze

Tools/c-analyzer/c_analyzer/__main__.py:361–369  ·  view source on GitHub ↗
(parser, **kwargs)

Source from the content-addressed store, hash-verified

359
360
361def _cli_analyze(parser, **kwargs):
362 process_progress = add_progress_cli(parser)
363 process_output = add_output_cli(parser)
364 process_files = add_files_cli(parser, **kwargs)
365 return [
366 process_progress,
367 process_output,
368 process_files,
369 ]
370
371
372# XXX Support filtering by kind.

Callers

nothing calls this directly

Calls 3

add_progress_cliFunction · 0.90
add_files_cliFunction · 0.90
add_output_cliFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…