Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ cmd_rpop
Method
cmd_rpop
Lib/test/test_poplib.py:127–128 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
125
self.push(
'+OK done nothing.'
)
126
127
def
cmd_rpop(self, arg):
128
self.push(
'+OK done nothing.'
)
129
130
def
cmd_apop(self, arg):
131
self.push(
'+OK done nothing.'
)
Callers
nothing calls this directly
Calls
1
push
Method · 0.95
Tested by
no test coverage detected