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

Function _resolve_file_values

Tools/c-analyzer/c_parser/preprocessor/__init__.py:138–142  ·  view source on GitHub ↗
(filename, file_values)

Source from the content-addressed store, hash-verified

136
137
138def _resolve_file_values(filename, file_values):
139 # We expect the filename and all patterns to be absolute paths.
140 for pattern, *value in file_values or ():
141 if _match_glob(filename, pattern):
142 yield value
143
144
145def _parse_macros(macros):

Callers 2

get_file_preprocessorFunction · 0.85
_resolve_samefilesFunction · 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…