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