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

Function _parse_includes

Tools/c-analyzer/c_parser/preprocessor/__init__.py:150–152  ·  view source on GitHub ↗
(includes)

Source from the content-addressed store, hash-verified

148
149
150def _parse_includes(includes):
151 for row, srcfile in _parse_table(includes, '\t', 'glob\tinclude', default=None):
152 yield row
153
154
155def _parse_incldirs(incldirs):

Callers 1

get_preprocessorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…