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

Method close_request

Lib/socketserver.py:520–522  ·  view source on GitHub ↗

Called to clean up an individual request.

(self, request)

Source from the content-addressed store, hash-verified

518 self.close_request(request)
519
520 def close_request(self, request):
521 """Called to clean up an individual request."""
522 request.close()
523
524
525class UDPServer(TCPServer):

Callers 5

shutdown_requestMethod · 0.95
process_requestMethod · 0.45
handle_errorMethod · 0.45
handle_errorMethod · 0.45
handle_errorMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by 3

handle_errorMethod · 0.36
handle_errorMethod · 0.36
handle_errorMethod · 0.36