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

Method cmd_stat

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

Source from the content-addressed store, hash-verified

100 self.push('+OK 10 messages')
101
102 def cmd_stat(self, arg):
103 self.push('+OK 10 100')
104
105 def cmd_list(self, arg):
106 if arg:

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected