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

Method cmd_dele

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected