MCPcopy Index your code
hub / github.com/RustPython/RustPython / readline

Method readline

Lib/imaplib.py:1697–1699  ·  view source on GitHub ↗

Read line from remote.

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

readlineMethod · 0.45

Tested by

no test coverage detected