MCPcopy Create free account
hub / github.com/apache/arrow / end_headers

Method end_headers

python/scripts/run_emscripten_tests.py:112–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 return super().do_GET()
111
112 def end_headers(self):
113 # Enable Cross-Origin Resource Sharing (CORS)
114 self.send_header("Access-Control-Allow-Origin", "*")
115 super().end_headers()
116
117
118def run_server_thread(dist_dir, q):

Callers 1

do_GETMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected