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

Function add_output_cli

Tools/c-analyzer/c_parser/__main__.py:143–150  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

141
142
143def add_output_cli(parser):
144 parser.add_argument('--format', dest='fmt', default='summary', choices=tuple(FORMATS))
145 parser.add_argument('--showfwd', action='store_true', default=None)
146 parser.add_argument('--no-showfwd', dest='showfwd', action='store_false', default=None)
147
148 def process_args(args, *, argv=None):
149 pass
150 return process_args
151
152
153#######################################

Callers 1

_cli_parseFunction · 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…