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

Method retr

tools/python-3.11.9-amd64/Lib/poplib.py:248–253  ·  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

246
247
248 def retr(self, which):
249 """Retrieve whole message number 'which'.
250
251 Result is in form ['response', ['line', ...], octets].
252 """
253 return self._longcmd('RETR %s' % which)
254
255
256 def dele(self, which):

Callers 1

poplib.pyFile · 0.80

Calls 1

_longcmdMethod · 0.95

Tested by

no test coverage detected