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

Function _cli_check

Tools/c-analyzer/cpython/__main__.py:151–152  ·  view source on GitHub ↗
(parser, **kwargs)

Source from the content-addressed store, hash-verified

149
150
151def _cli_check(parser, **kwargs):
152 return c_analyzer._cli_check(parser, CHECKS, **kwargs, **FILES_KWARGS)
153
154
155def cmd_check(filenames=None, **kwargs):

Callers 1

parse_argsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…