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

Function _get_preprocessor

Tools/c-analyzer/c_parser/__main__.py:49–53  ·  view source on GitHub ↗
(filename, **kwargs)

Source from the content-addressed store, hash-verified

47
48
49def _get_preprocessor(filename, **kwargs):
50 return get_processor(filename,
51 log_err=print,
52 **kwargs
53 )
54
55
56#######################################

Callers 3

cmd_parseFunction · 0.70
parse_fileFunction · 0.70
parse_filesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…