Home
last modified time | relevance | path

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 Dpopen_spawn.py21 def __init__(self, cmd, timeout=30, maxread=2000, searchwindowsize=None, argument
24 super(PopenSpawn, self).__init__(timeout=timeout, maxread=maxread,
H A Drun.py96 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env,
99 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile,
H A Dfdpexpect.py36 def __init__ (self, fd, args=None, timeout=30, maxread=2000, searchwindowsize=None, argument
55 SpawnBase.__init__(self, timeout, maxread, searchwindowsize, logfile,
H A Dpxssh.py118 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, argument
123 spawn.__init__(self, None, timeout=timeout, maxread=maxread,
H A Dspawnbase.py33 def __init__(self, timeout=60, maxread=2000, searchwindowsize=None, argument
60 self.maxread = maxread
H A Dpty_spawn.py36 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 Dexpect.py111 incoming = spawn.read_nonblocking(spawn.maxread, timeout)