Lines Matching refs:strip
487 elif not next.value.strip():
651 identifier = node.identifier.value.strip()
657 identifier = node.identifier.value.strip()
662 identifier = node.identifier.value.strip()
720 comment = line[loc + 2:].strip()
727 if cur_line.strip() != '':
730 if cur_line.strip() != '':
731 output.append(prefix + cur_line.strip())
741 segs = [seg for seg in re.split(r'([^,;]+[,;]?)', line.strip()) if seg != '']
745 while cur_line == '' and len(seg.strip()) > max_len:
748 output.append(prefix + seg[:split_at].strip() + line_concat)
760 if cur_line.strip() != '':
761 output.append(prefix + cur_line.strip())