Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_abort
Method
test_abort
Lib/test/test_ftplib.py:593–594 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
591
self.assertEqual(self.client.sock, None)
592
593
def
test_abort(self):
594
self.client.abort()
595
596
def
test_retrbinary(self):
597
received = []
Callers
nothing calls this directly
Calls
1
abort
Method · 0.45
Tested by
no test coverage detected