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

Method __init__

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

Source from the content-addressed store, hash-verified

125 """"Override RequestHandler503 so as to send body text with the 503 message."""
126
127 def __init__(self, request, client_address, server):
128 RequestHandler503.__init__(self, request, client_address, server)
129
130 def should_send_body_text(self):
131 # in RequestHandler503Extra we will send body text

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected