Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_dele
Method
test_dele
Lib/test/test_poplib.py:342–343 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
340
'echo +%s'
% ((poplib._MAXLINE + 10) *
'a'
))
341
342
def
test_dele(self):
343
self.assertOK(self.client.dele(
'foo'
))
344
345
def
test_noop(self):
346
self.assertOK(self.client.noop())
Callers
nothing calls this directly
Calls
2
assertOK
Method · 0.95
dele
Method · 0.80
Tested by
no test coverage detected