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

Method service_actions

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

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

Callers 1

serve_foreverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected