Searched refs:nonident (Results 1 – 1 of 1) sorted by relevance
28 nonident = re.compile(r'[^a-zA-Z0-9_]') variable1535 return '_' + nonident.sub('_', name).upper() + '_'