Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ cmd_retr
Method
cmd_retr
Lib/test/test_poplib.py:115–117 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
113
cmd_uidl = cmd_list
114
115
def
cmd_retr(self, arg):
116
self.push(
'+OK %s bytes'
%len(RETR_RESP))
117
asynchat.async_chat.push(self, RETR_RESP)
118
119
cmd_top = cmd_retr
120
Callers
nothing calls this directly
Calls
1
push
Method · 0.95
Tested by
no test coverage detected