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

Method writelines

pexpect/socket_pexpect.py:105–108  ·  view source on GitHub ↗

Call self.write() for each item in sequence

(self, sequence)

Source from the content-addressed store, hash-verified

103 self.send(s)
104
105 def writelines(self, sequence):
106 "Call self.write() for each item in sequence"
107 for s in sequence:
108 self.write(s)
109
110 @contextmanager
111 def _timeout(self, timeout):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected