Home
last modified time | relevance | path

Searched refs:restart_line (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_pyshell.py20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
/third_party/python/Lib/idlelib/
Dpyshell.py410 def restart_line(width, filename): # See bpo-38141. function
528 console.write(restart_line(console.width, filename))