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