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