MCPcopy Index your code
hub / github.com/python/cpython / readline

Method readline

Lib/imaplib.py:1696–1698  ·  view source on GitHub ↗

Read line from remote.

(self)

Source from the content-addressed store, hash-verified

1694
1695
1696 def readline(self):
1697 """Read line from remote."""
1698 return self.readfile.readline()
1699
1700
1701 def send(self, data):

Callers

nothing calls this directly

Calls 1

readlineMethod · 0.45

Tested by

no test coverage detected