Home
last modified time | relevance | path

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

/dports/security/py-stem/stem-1.8.0/stem/util/
H A Dtest_tools.py396 def stylistic_issues(paths, check_newlines = False, check_exception_keyword = False, prefer_single_… argument
493 if not check_newlines and not check_exception_keyword and not prefer_single_quotes:
514 … if check_exception_keyword and content.startswith('except') and content.endswith(', exc:'):