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

Method do_KEEP

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

Source from the content-addressed store, hash-verified

146 self.end_headers()
147
148 def do_KEEP(self):
149 self.send_response(HTTPStatus.NO_CONTENT)
150 self.send_header('Content-Type', 'text/html')
151 self.send_header('Connection', 'keep-alive')
152 self.end_headers()
153
154 def do_KEYERROR(self):
155 self.send_error(999)

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