MCPcopy Index your code
hub / github.com/python/cpython / do_TEST

Method do_TEST

Lib/test/test_httpservers.py:142–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 default_request_version = 'HTTP/1.1'
141
142 def do_TEST(self):
143 self.send_response(HTTPStatus.NO_CONTENT)
144 self.send_header('Content-Type', 'text/html')
145 self.send_header('Connection', 'close')
146 self.end_headers()
147
148 def do_KEEP(self):
149 self.send_response(HTTPStatus.NO_CONTENT)

Callers

nothing calls this directly

Calls 3

send_responseMethod · 0.80
send_headerMethod · 0.80
end_headersMethod · 0.45

Tested by

no test coverage detected