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

Function match_kind

Tools/c-analyzer/c_common/scriptutil.py:398–399  ·  view source on GitHub ↗
(kind, *, _excluded=excluded)

Source from the content-addressed store, hash-verified

396 if included:
397 ... # XXX fail?
398 def match_kind(kind, *, _excluded=excluded):
399 return kind not in _excluded
400 else:
401 def match_kind(kind, *, _included=included):
402 return kind in _included

Callers 3

build_sectionFunction · 0.85
_parse_fileFunction · 0.85
_iter_preprocessedFunction · 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…