Searched refs:LINE_LIMIT (Results 1 – 1 of 1) sorted by relevance
41 LINE_LIMIT = 100 variable143 if len(line.replace('\t', ' ' * TAB_WIDTH) + ' ' + text) <= LINE_LIMIT: