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

Method rpop

Lib/poplib.py:324–326  ·  view source on GitHub ↗

Send RPOP command to access the mailbox with an alternate user.

(self, user)

Source from the content-addressed store, hash-verified

322 # optional commands:
323
324 def rpop(self, user):
325 """Send RPOP command to access the mailbox with an alternate user."""
326 return self._shortcmd('RPOP %s' % user)
327
328
329 timestamp = re.compile(br'\+OK.[^<]*(<.*>)')

Callers 1

test_rpopMethod · 0.80

Calls 1

_shortcmdMethod · 0.95

Tested by 1

test_rpopMethod · 0.64