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

Method handle_timeout

Lib/socketserver.py:328–333  ·  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

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

Callers 1

handle_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected