MCPcopy Index your code
hub / github.com/python/cpython / cmd_stat

Method cmd_stat

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected