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