MCPcopy Create free account
hub / github.com/FastLED/FastLED / end_headers

Method end_headers

ci/wasm_test.py:99–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 }
98
99 def end_headers(self) -> None:
100 self.send_header("Cross-Origin-Opener-Policy", "same-origin")
101 self.send_header("Cross-Origin-Embedder-Policy", "require-corp")
102 super().end_headers()
103
104 def log_message(self, format, *args): # noqa: A002
105 """Suppress noisy request logs during tests."""

Callers 3

do_GETMethod · 0.80
send_json_responseMethod · 0.80
send_text_responseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected