Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ cmd_list
Method
cmd_list
Lib/test/test_poplib.py:106–111 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
104
self.push(
'+OK 10 100'
)
105
106
def
cmd_list(self, arg):
107
if
arg:
108
self.push(
'+OK %s %s'
% (arg, arg))
109
else
:
110
self.push(
'+OK'
)
111
asynchat.async_chat.push(self, LIST_RESP)
112
113
cmd_uidl = cmd_list
114
Callers
nothing calls this directly
Calls
1
push
Method · 0.95
Tested by
no test coverage detected