MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / do_GET

Method do_GET

py/conftest.py:764–767  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

762
763 class CustomHandler(http.server.SimpleHTTPRequestHandler):
764 def do_GET(self):
765 self.send_response(200)
766 self.end_headers()
767 self.wfile.write(response_content)
768
769 server = socketserver.TCPServer(("localhost", port), CustomHandler)
770 thread = threading.Thread(target=server.serve_forever, daemon=True)

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected