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

Method send

Lib/imaplib.py:412–415  ·  view source on GitHub ↗

Send data to remote.

(self, data)

Source from the content-addressed store, hash-verified

410
411
412 def send(self, data):
413 """Send data to remote."""
414 sys.audit("imaplib.send", self, data)
415 self.sock.sendall(data)
416
417
418 def shutdown(self):

Callers 2

_commandMethod · 0.95
__exit__Method · 0.45

Calls 1

sendallMethod · 0.45

Tested by

no test coverage detected