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

Method cmd_dele

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

Source from the content-addressed store, hash-verified

119 cmd_top = cmd_retr
120
121 def cmd_dele(self, arg):
122 self.push('+OK message marked for deletion.')
123
124 def cmd_noop(self, arg):
125 self.push('+OK done nothing.')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected