Home
last modified time | relevance | path

Searched refs:restart_line (Results 1 – 4 of 4) 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/boost/boost/regex/v4/
Dregbase.hpp112 restart_line = 2, enumerator
Dbasic_regex_creator.hpp1406 return regbase::restart_line; in get_restart_type()
/third_party/python/Lib/idlelib/
Dpyshell.py410 def restart_line(width, filename): # See bpo-38141. function
528 console.write(restart_line(console.width, filename))