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

Method stop

Lib/test/test_poplib.py:240–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

238 asyncore.close_all(ignore_all=True)
239
240 def stop(self):
241 assert self.active
242 self.active = False
243 self.join()
244
245 def handle_accepted(self, conn, addr):
246 self.handler_instance = self.handler(conn)

Callers 2

tearDownMethod · 0.45
tearDownMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected