MCPcopy Index your code
hub / github.com/python/cpython / stop

Method stop

Lib/test/test_ftplib.py:311–314  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

309 asyncore.close_all(ignore_all=True)
310
311 def stop(self):
312 assert self.active
313 self.active = False
314 self.join()
315
316 def handle_accepted(self, conn, addr):
317 self.handler_instance = self.handler(conn, encoding=self.encoding)

Callers 3

tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected