MCPcopy Create free account
hub / github.com/pexpect/pexpect / errored

Method errored

pexpect/expect.py:146–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

144 raise exc
145
146 def errored(self):
147 spawn = self.spawn
148 spawn.before = spawn._before.getvalue()
149 spawn.after = None
150 spawn.match = None
151 spawn.match_index = None
152
153 def expect_loop(self, timeout=-1):
154 """Blocking expect"""

Callers 3

expect_loopMethod · 0.95
data_receivedMethod · 0.80
data_receivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected