MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / stopServer

Method stopServer

service/esi.py:174–178  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172
173
174 def stopServer(self):
175 pyfalog.debug("Stopping Server")
176 if self.httpd:
177 self.httpd.stop()
178 self.httpd = None
179
180 def startServer(self, port): # todo: break this out into two functions: starting the server, and getting the URI
181 pyfalog.debug("Starting server")

Callers 2

startServerMethod · 0.95
OnDestroyMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected