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

Function main

Tools/c-analyzer/c_parser/preprocessor/__main__.py:184–189  ·  view source on GitHub ↗
(cmd, cmd_kwargs)

Source from the content-addressed store, hash-verified

182
183
184def main(cmd, cmd_kwargs):
185 try:
186 run_cmd = COMMANDS[cmd][0]
187 except KeyError:
188 raise ValueError(f'unsupported cmd {cmd!r}')
189 run_cmd(**cmd_kwargs)
190
191
192if __name__ == '__main__':

Callers 1

__main__.pyFile · 0.70

Calls 1

run_cmdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…