Lines Matching refs:lines
16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
193 lines = doc.strip().split('\n')
194 if len(lines) == 1:
195 return lines[0], ''
196 elif len(lines) >= 2 and not lines[1].rstrip():
197 return lines[0], '\n'.join(lines[2:])
198 return '', '\n'.join(lines)
1174 lines = [prefix + line for line in text.split('\n')]
1175 if lines: lines[-1] = lines[-1].rstrip()
1176 return '\n'.join(lines)
1641 lines = plain(_escape_stdout(text)).split('\n')
1660 sys.stdout.write('\n'.join(lines[:inc]) + '\n')
1661 while lines[r:]:
1670 sys.stdout.write('\r \r' + lines[r] + '\n')
1676 sys.stdout.write('\n' + '\n'.join(lines[r:r+inc]) + '\n')
2318 The next two lines are commented out so a browser doesn't open if
2819 Search for a keyword in the synopsis lines of all available modules.