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

Method dele

Lib/poplib.py:269–274  ·  view source on GitHub ↗

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

(self, which)

Source from the content-addressed store, hash-verified

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

Callers 1

test_deleMethod · 0.80

Calls 1

_shortcmdMethod · 0.95

Tested by 1

test_deleMethod · 0.64