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

Method writelines

pexpect/fdpexpect.py:117–120  ·  view source on GitHub ↗

Call self.write() for each item in sequence

(self, sequence)

Source from the content-addressed store, hash-verified

115 self.send(s)
116
117 def writelines(self, sequence):
118 "Call self.write() for each item in sequence"
119 for s in sequence:
120 self.write(s)
121
122 def read_nonblocking(self, size=1, timeout=-1):
123 """

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected