Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_rpop
Method
test_rpop
Lib/test/test_poplib.py:349–350 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
347
self.assertOK(self.client.noop())
348
349
def
test_rpop(self):
350
self.assertOK(self.client.rpop(
'foo'
))
351
352
@hashlib_helper.requires_hashdigest(
'md5'
, openssl=True)
353
def
test_apop_normal(self):
Callers
nothing calls this directly
Calls
2
assertOK
Method · 0.95
rpop
Method · 0.80
Tested by
no test coverage detected