MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __init__

Method __init__

test/test_browser.py:5624–5625  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

5622
5623 class MyRequestHandler(SimpleHTTPRequestHandler):
5624 def __init__(self, *args, **kwargs):
5625 super().__init__(*args, directory='subdir', **kwargs)
5626
5627 # Add COOP, COEP, CORP, and no-caching headers
5628 def end_headers(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected