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

Function _parse_macros

Tools/c-analyzer/c_parser/preprocessor/__init__.py:145–147  ·  view source on GitHub ↗
(macros)

Source from the content-addressed store, hash-verified

143
144
145def _parse_macros(macros):
146 for row, srcfile in _parse_table(macros, '\t', 'glob\tname\tvalue', rawsep='=', default=None):
147 yield row
148
149
150def _parse_includes(includes):

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…