Home
last modified time | relevance | path

Searched refs:_last_newline_re (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyshell.py64 regexp = pyshell.PyShell._last_newline_re
/third_party/python/Lib/idlelib/
H A Dpyshell.py1353 _last_newline_re = re.compile(r"[ \t]*(\n[ \t]*)?\Z") variable in PyShell
1359 line = self._last_newline_re.sub("", line)

Completed in 3 milliseconds