Searched refs:restart_line (Results 1 – 2 of 2) sorted by relevance
20 line = pyshell.restart_line(width, file)28 self.assertEqual(pyshell.restart_line(width, ''), expect)29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
410 def restart_line(width, filename): # See bpo-38141. function528 console.write(restart_line(console.width, filename))