MCPcopy Index your code
hub / github.com/RustPython/RustPython / send

Method send

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

Send data to remote.

(self, data)

Source from the content-addressed store, hash-verified

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

Callers 2

_commandMethod · 0.95
__exit__Method · 0.45

Calls 1

sendallMethod · 0.45

Tested by

no test coverage detected