MCPcopy 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
102class DummyFTPHandler(asynchat.async_chat):

Callers 1

handle_closeMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected