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

Method dele

Lib/poplib.py:267–272  ·  view source on GitHub ↗

Delete message number 'which'. Result is 'response'.

(self, which)

Source from the content-addressed store, hash-verified

265
266
267 def dele(self, which):
268 """Delete message number 'which'.
269
270 Result is 'response'.
271 """
272 return self._shortcmd('DELE %s' % which)
273
274
275 def noop(self):

Callers 1

test_deleMethod · 0.80

Calls 1

_shortcmdMethod · 0.95

Tested by 1

test_deleMethod · 0.64