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

Method read

Lib/imaplib.py:1692–1694  ·  view source on GitHub ↗

Read 'size' bytes from remote.

(self, size)

Source from the content-addressed store, hash-verified

1690 self.readfile = self.process.stdout
1691
1692 def read(self, size):
1693 """Read 'size' bytes from remote."""
1694 return self.readfile.read(size)
1695
1696
1697 def readline(self):

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected