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

Method serve_forever

Lib/test/test_logging.py:966–972  ·  view source on GitHub ↗

Run the server. Set the ready flag before entering the service loop.

(self, poll_interval)

Source from the content-addressed store, hash-verified

964 t.start()
965
966 def serve_forever(self, poll_interval):
967 """
968 Run the server. Set the ready flag before entering the
969 service loop.
970 """
971 self.ready.set()
972 super(ControlMixin, self).serve_forever(poll_interval)
973
974 def stop(self):
975 """

Callers 8

runMethod · 0.45
runMethod · 0.45
ssl_servers.pyFile · 0.45
_run_test_serverFunction · 0.45
mainMethod · 0.45
test_start_server_1Method · 0.45
mainMethod · 0.45

Calls 2

superClass · 0.85
setMethod · 0.45

Tested by

no test coverage detected