Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
528
class
UDPServer(TCPServer):
Callers
5
shutdown_request
Method · 0.95
process_request
Method · 0.45
handle_error
Method · 0.45
handle_error
Method · 0.45
handle_error
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
3
handle_error
Method · 0.36
handle_error
Method · 0.36
handle_error
Method · 0.36