MCPcopy 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

pushMethod · 0.95
lenFunction · 0.85

Tested by

no test coverage detected