MCPcopy Index your code
hub / github.com/python/cpython / send

Method send

Lib/imaplib.py:1701–1704  ·  view source on GitHub ↗

Send data to remote.

(self, data)

Source from the content-addressed store, hash-verified

1699
1700
1701 def send(self, data):
1702 """Send data to remote."""
1703 self.writefile.write(data)
1704 self.writefile.flush()
1705
1706
1707 def shutdown(self):

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected