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

Method close_request

Lib/socketserver.py:523–525  ·  view source on GitHub ↗

Called to clean up an individual request.

(self, request)

Source from the content-addressed store, hash-verified

521 self.close_request(request)
522
523 def close_request(self, request):
524 """Called to clean up an individual request."""
525 request.close()
526
527
528class 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