Searched refs:restart_line (Results 1 – 4 of 4) 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+' =')
112 restart_line = 2, enumerator
1406 return regbase::restart_line; in get_restart_type()
410 def restart_line(width, filename): # See bpo-38141. function528 console.write(restart_line(console.width, filename))