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

Method service_actions

Lib/socketserver.py:608–613  ·  view source on GitHub ↗

Collect the zombie child processes regularly in the ForkingMixIn. service_actions is called in the BaseServer's serve_forever loop.

(self)

Source from the content-addressed store, hash-verified

606 self.collect_children()
607
608 def service_actions(self):
609 """Collect the zombie child processes regularly in the ForkingMixIn.
610
611 service_actions is called in the BaseServer's serve_forever loop.
612 """
613 self.collect_children()
614
615 def process_request(self, request, client_address):
616 """Fork a new subprocess to process the request."""

Callers

nothing calls this directly

Calls 1

collect_childrenMethod · 0.95

Tested by

no test coverage detected