MCPcopy Index your code
hub / github.com/RustPython/RustPython / handle_error

Method handle_error

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

close_requestMethod · 0.45

Tested by

no test coverage detected