MCPcopy Index your code
hub / github.com/rawpython/remi / stop

Method stop

remi/server.py:913–918  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

911 self._log.debug(' ** serve_forever() quitting')
912
913 def stop(self):
914 global clients
915 self._alive = False
916 self._sserver.shutdown()
917 for client in clients.values():
918 client.on_close()
919
920
921class StandaloneServer(Server):

Callers 5

sig_managerMethod · 0.95
tearDownMethod · 0.45
tearDownMethod · 0.45
closeMethod · 0.45
serve_foreverMethod · 0.45

Calls 1

on_closeMethod · 0.45

Tested by 2

tearDownMethod · 0.36
tearDownMethod · 0.36