Searched refs:head_spaces (Results 1 – 2 of 2) sorted by relevance
15 head_spaces = re.compile('^\s*[0-9]+\s{0,4}') variable19 line = head_spaces.sub('', line)24 buffer = [head_spaces.sub('', x) for x in buffer]
15 head_spaces = re.compile('^\s*[0-9]+\s{0,4}') variable23 big_line = head_spaces.sub('', big_line)