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/
H A 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/
H A Dpyshell.py401 def restart_line(width, filename): # See bpo-38141. function
519 console.write(restart_line(console.width, filename))

Completed in 5 milliseconds