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

Method service_actions

Lib/socketserver.py:254–260  ·  view source on GitHub ↗

Called by the serve_forever() loop. May be overridden by a subclass / Mixin to implement any code that needs to be run during the loop.

(self)

Source from the content-addressed store, hash-verified

252 self.__is_shut_down.wait()
253
254 def service_actions(self):
255 """Called by the serve_forever() loop.
256
257 May be overridden by a subclass / Mixin to implement any code that
258 needs to be run during the loop.
259 """
260 pass
261
262 # The distinction between handling, getting, processing and finishing a
263 # request is fairly arbitrary. Remember:

Callers 1

serve_foreverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected