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

Method handle_timeout

Lib/socketserver.py:598–603  ·  view source on GitHub ↗

Wait for zombies after self.timeout seconds of inactivity. May be extended, do not override.

(self)

Source from the content-addressed store, hash-verified

596 pass
597
598 def handle_timeout(self):
599 """Wait for zombies after self.timeout seconds of inactivity.
600
601 May be extended, do not override.
602 """
603 self.collect_children()
604
605 def service_actions(self):
606 """Collect the zombie child processes regularly in the ForkingMixIn.

Callers

nothing calls this directly

Calls 1

collect_childrenMethod · 0.95

Tested by

no test coverage detected