Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ readline
Method
readline
tools/python-3.11.9-amd64/Lib/imaplib.py:1379–1381 ·
view source on GitHub ↗
Read line from remote.
(self)
Source
from the content-addressed store, hash-verified
1377
1378
1379
def
readline(self):
1380
""
"Read line from remote."
""
1381
return
self.readfile.readline()
1382
1383
1384
def
send(self, data):
Callers
nothing calls this directly
Calls
1
readline
Method · 0.45
Tested by
no test coverage detected