MCPcopy 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

abortMethod · 0.45

Tested by

no test coverage detected