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

Method handle_timeout

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

599 pass
600
601 def handle_timeout(self):
602 """Wait for zombies after self.timeout seconds of inactivity.
603
604 May be extended, do not override.
605 """
606 self.collect_children()
607
608 def service_actions(self):
609 """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