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

Method handle_error

Lib/test/test_socketserver.py:93–95  ·  view source on GitHub ↗
(self, request, client_address)

Source from the content-addressed store, hash-verified

91 def make_server(self, addr, svrcls, hdlrbase):
92 class MyServer(svrcls):
93 def handle_error(self, request, client_address):
94 self.close_request(request)
95 raise
96
97 class MyHandler(hdlrbase):
98 def handle(self):

Callers

nothing calls this directly

Calls 1

close_requestMethod · 0.45

Tested by

no test coverage detected