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

Method rpop

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

Not sure what this does.

(self, user)

Source from the content-addressed store, hash-verified

309 # optional commands:
310
311 def rpop(self, user):
312 """Not sure what this does."""
313 return self._shortcmd('RPOP %s' % user)
314
315
316 timestamp = re.compile(br'\+OK.[^<]*(<.*>)')

Callers

nothing calls this directly

Calls 1

_shortcmdMethod · 0.95

Tested by

no test coverage detected