Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ send
Method
send
tools/python-3.11.9-amd64/Lib/imaplib.py:1384–1387 ·
view source on GitHub ↗
Send data to remote.
(self, data)
Source
from the content-addressed store, hash-verified
1382
1383
1384
def
send(self, data):
1385
""
"Send data to remote."
""
1386
self.writefile.write(data)
1387
self.writefile.flush()
1388
1389
1390
def
shutdown(self):
Callers
nothing calls this directly
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected