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

Method retr

Lib/poplib.py:259–264  ·  view source on GitHub ↗

Retrieve whole message number 'which'. Result is in form ['response', ['line', ...], octets].

(self, which)

Source from the content-addressed store, hash-verified

257
258
259 def retr(self, which):
260 """Retrieve whole message number 'which'.
261
262 Result is in form ['response', ['line', ...], octets].
263 """
264 return self._longcmd('RETR %s' % which)
265
266
267 def dele(self, which):

Callers 1

poplib.pyFile · 0.45

Calls 1

_longcmdMethod · 0.95

Tested by

no test coverage detected