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

Method handle_timeout

Lib/socketserver.py:325–330  ·  view source on GitHub ↗

Called if no new request arrives within self.timeout. Overridden by ForkingMixIn.

(self)

Source from the content-addressed store, hash-verified

323 self.shutdown_request(request)
324
325 def handle_timeout(self):
326 """Called if no new request arrives within self.timeout.
327
328 Overridden by ForkingMixIn.
329 """
330 pass
331
332 def verify_request(self, request, client_address):
333 """Verify the request. May be overridden.

Callers 1

handle_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected