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

Method do_GET

Lib/test/test_robotparser.py:420–423  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

418 class RobotHandler(BaseHTTPRequestHandler):
419
420 def do_GET(self):
421 self.send_response(200)
422 self.end_headers()
423 self.wfile.write(SAMPLE_ROBOTS_TXT)
424
425 def log_message(self, format, *args):
426 pass

Callers

nothing calls this directly

Calls 3

send_responseMethod · 0.80
end_headersMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected