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

Function add_output_cli

Tools/c-analyzer/c_analyzer/__main__.py:261–266  ·  view source on GitHub ↗
(parser, *, default='summary')

Source from the content-addressed store, hash-verified

259
260
261def add_output_cli(parser, *, default='summary'):
262 parser.add_argument('--format', dest='fmt', default=default, choices=tuple(FORMATS))
263
264 def process_args(args, *, argv=None):
265 pass
266 return process_args
267
268
269#######################################

Callers 2

_cli_checkFunction · 0.70
_cli_analyzeFunction · 0.70

Calls 1

add_argumentMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…