MCPcopy Index your code
hub / github.com/RustPython/RustPython / cmd_list

Method cmd_list

Lib/test/test_poplib.py:105–110  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

103 self.push('+OK 10 100')
104
105 def cmd_list(self, arg):
106 if arg:
107 self.push('+OK %s %s' % (arg, arg))
108 else:
109 self.push('+OK')
110 asynchat.async_chat.push(self, LIST_RESP)
111
112 cmd_uidl = cmd_list
113

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected