MCPcopy
hub / github.com/WebODM/WebODM / run

Method run

app/tests/scripts/simple_auth_server.py:72–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 self.ws = socketserver.TCPServer((self.host, self.port), MyHandler)
71
72 def run(self):
73 print("WebServer started at Port:", self.port)
74 self.ws.serve_forever()
75
76 def shutdown(self):
77 # set the two flags needed to shutdown the HTTP server manually

Callers 9

is_panoramaFunction · 0.80
make_cogeo_gdalFunction · 0.80
test_entwine_binMethod · 0.80
extract_exifMethod · 0.80
extract_xmpMethod · 0.80
test_taskMethod · 0.80
resize_imageFunction · 0.80
check_eptMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_entwine_binMethod · 0.64
extract_exifMethod · 0.64
extract_xmpMethod · 0.64
test_taskMethod · 0.64