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

Function read_ignored

Tools/c-analyzer/c_analyzer/datafiles.py:92–93  ·  view source on GitHub ↗
(infile, relroot=fsutil.USE_CWD)

Source from the content-addressed store, hash-verified

90
91
92def read_ignored(infile, relroot=fsutil.USE_CWD):
93 return dict(_iter_ignored(infile, relroot))
94
95
96def _iter_ignored(infile, relroot):

Callers

nothing calls this directly

Calls 1

_iter_ignoredFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…