Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_command
Method · 0.95
__exit__
Method · 0.45
Calls
1
sendall
Method · 0.45
Tested by
no test coverage detected