MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / run_server

Method run_server

src/gui_controller.py:160–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 port = self.httpd.server_address[1]
159
160 def run_server():
161 self.httpd.serve_forever()
162
163 thread = threading.Thread(target=run_server, daemon=True)
164 thread.start()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected