MCPcopy Create free account
hub / github.com/csound/csound / base_send_head

Method base_send_head

Emscripten/examples/httpd.py:130–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 return self.base_send_head()
129
130 def base_send_head(self):
131 return SimpleHTTPServer.SimpleHTTPRequestHandler.send_head(self)
132
133 def do_GET(self):
134 # TODO(binji): pyauto tests use the ?quit=1 method to kill the server.

Callers 1

send_headMethod · 0.95

Calls 1

send_headMethod · 0.80

Tested by

no test coverage detected