Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pylint/pylint/checkers/
H A Dbase.py71 EXEMPT_NAME_CATEGORIES = set(('exempt', 'ignore')) variable
144 match.lastgroup not in EXEMPT_NAME_CATEGORIES
/dports/devel/pylint/pylint-2.12.1/pylint/checkers/
H A Dbase.py200 EXEMPT_NAME_CATEGORIES = {"exempt", "ignore"} variable
327 and match.lastgroup not in EXEMPT_NAME_CATEGORIES