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

Function check

Tools/c-analyzer/c_common/fsutil.py:188–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 return (lambda: '<skipped>'), start
187 else:
188 def check():
189 if _is_excluded(filename, exclude, include):
190 return '<excluded>'
191 return None
192 return check, None
193
194

Callers 3

filter_filenamesFunction · 0.70
main_for_filenamesFunction · 0.70
check_allFunction · 0.50

Calls 1

_is_excludedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…