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

Method write

pexpect/fdpexpect.py:113–115  ·  view source on GitHub ↗

Write to fd, return None

(self, s)

Source from the content-addressed store, hash-verified

111 return self.send(s + self.linesep)
112
113 def write(self, s):
114 "Write to fd, return None"
115 self.send(s)
116
117 def writelines(self, sequence):
118 "Call self.write() for each item in sequence"

Callers 2

writelinesMethod · 0.95
sendMethod · 0.45

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected