MCPcopy Create free account
hub / github.com/apache/impala / __init__

Method __init__

tests/shell/test_shell_interactive.py:101–103  ·  view source on GitHub ↗
(self, request, client_address, server)

Source from the content-addressed store, hash-verified

99 recent http request, and always returns a 503 http code."""
100
101 def __init__(self, request, client_address, server):
102 http.server.SimpleHTTPRequestHandler.__init__(self, request, client_address,
103 server)
104
105 def should_send_body_text(self):
106 # in RequestHandler503 we do not send any body text

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected