Lines Matching refs:line
23 lines = (line.strip() for line in text.splitlines())24 lines = (line.partition('#')[0].rstrip()25 for line in lines26 if line and not line.startswith('#'))28 lines = (re.sub(r'^[*] ', glob_all, line) for line in lines)29 lines = (_abs(line) for line in lines)