Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ shutdown
Method
shutdown
Lib/test/test_ftplib.py:98–99 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
96
default_error_handler()
97
98
def
shutdown(self):
99
self.close()
100
101
102
class
DummyFTPHandler(asynchat.async_chat):
Callers
1
handle_close
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected