HomeSort by relevance Sort by last modified time
    Searched refs:_line_buffer (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/idlelib/
run.py 355 self._line_buffer = ''
367 result = self._line_buffer
368 self._line_buffer = ''
379 self._line_buffer = result[size:]
390 line = self._line_buffer or self.shell.readline()
396 self._line_buffer = line[size:]
  /external/python/cpython2/Lib/idlelib/
PyShell.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py     [all...]

Completed in 1106 milliseconds