import re # bool: warn when code is not reachable unreachableCode = 1 methodArgName = '' suppressionRegexs = { r'^self is not first': 0, r'^No method arguments': 0, }