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

Method handle_error

Lib/test/test_imaplib.py:719–722  ·  view source on GitHub ↗
(self, request, client_address)

Source from the content-addressed store, hash-verified

717
718 class MyServer(self.server_class):
719 def handle_error(self, request, client_address):
720 self.close_request(request)
721 self.server_close()
722 raise
723
724 if verbose:
725 print("creating server")

Callers

nothing calls this directly

Calls 2

close_requestMethod · 0.45
server_closeMethod · 0.45

Tested by

no test coverage detected