Searched refs:maxread (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | popen_spawn.py | 21 def __init__(self, cmd, timeout=30, maxread=2000, searchwindowsize=None, argument 24 super(PopenSpawn, self).__init__(timeout=timeout, maxread=maxread,
|
| H A D | run.py | 96 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env, 99 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile,
|
| H A D | fdpexpect.py | 36 def __init__ (self, fd, args=None, timeout=30, maxread=2000, searchwindowsize=None, argument 55 SpawnBase.__init__(self, timeout, maxread, searchwindowsize, logfile,
|
| H A D | pxssh.py | 118 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, argument 123 spawn.__init__(self, None, timeout=timeout, maxread=maxread,
|
| H A D | spawnbase.py | 33 def __init__(self, timeout=60, maxread=2000, searchwindowsize=None, argument 60 self.maxread = maxread
|
| H A D | pty_spawn.py | 36 def __init__(self, command, args=[], timeout=30, maxread=2000, argument 189 … super(spawn, self).__init__(timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, 231 s.append('maxread: ' + str(self.maxread))
|
| H A D | expect.py | 111 incoming = spawn.read_nonblocking(spawn.maxread, timeout)
|