Searched refs:ILLEGAL_CHARS (Results 1 – 2 of 2) sorted by relevance
29 ILLEGAL_CHARS = ':\t\r\n' variable50 if set(ILLEGAL_CHARS) & set(category + name):51 category = re.sub('|'.join(ILLEGAL_CHARS), '_', category)52 name = re.sub('|'.join(ILLEGAL_CHARS), '_', name)
38 for name in tfie.ILLEGAL_CHARS: