Home
last modified time | relevance | path

Searched refs:ignoredvars (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/cpython/
Dsupported.py110 def _is_ignored(variable, ignoredvars=None, *, argument
117 if ignoredvars and (reason := ignoredvars.get(variable.id)):