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

Method rpop

Lib/poplib.py:322–324  ·  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

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

Callers 1

test_rpopMethod · 0.80

Calls 1

_shortcmdMethod · 0.95

Tested by 1

test_rpopMethod · 0.64