MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / readline

Method readline

tools/python-3.11.9-amd64/Lib/imaplib.py:321–326  ·  view source on GitHub ↗

Read line from remote.

(self)

Source from the content-addressed store, hash-verified

319
320
321 def readline(self):
322 """Read line from remote."""
323 line = self.file.readline(_MAXLINE + 1)
324 if len(line) > _MAXLINE:
325 raise self.error("got more than %d bytes" % _MAXLINE)
326 return line
327
328
329 def send(self, data):

Callers 2

_get_lineMethod · 0.95
readlineMethod · 0.45

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected