MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / dele

Method dele

tools/python-3.11.9-amd64/Lib/poplib.py:256–261  ·  view source on GitHub ↗

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

(self, which)

Source from the content-addressed store, hash-verified

254
255
256 def dele(self, which):
257 """Delete message number 'which'.
258
259 Result is 'response'.
260 """
261 return self._shortcmd('DELE %s' % which)
262
263
264 def noop(self):

Callers

nothing calls this directly

Calls 1

_shortcmdMethod · 0.95

Tested by

no test coverage detected