MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _handle_request_noblock

Method _handle_request_noblock

Lib/SocketServer.py:282–298  ·  view source on GitHub ↗

Handle one request, without blocking. I assume that select.select has returned that the socket is readable before this function was called, so there should be no risk of blocking in get_request().

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

serve_foreverMethod · 0.95
handle_requestMethod · 0.95

Calls 5

verify_requestMethod · 0.95
process_requestMethod · 0.95
handle_errorMethod · 0.95
shutdown_requestMethod · 0.95
get_requestMethod · 0.45

Tested by

no test coverage detected