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

Method serve_forever

Lib/test/test_logging.py:979–985  ·  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

977 t.start()
978
979 def serve_forever(self, poll_interval):
980 """
981 Run the server. Set the ready flag before entering the
982 service loop.
983 """
984 self.ready.set()
985 super(ControlMixin, self).serve_forever(poll_interval)
986
987 def stop(self):
988 """

Callers 9

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