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

Method run

Lib/test/test_urllib2_localnet.py:77–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 self.httpd.server_close()
76
77 def run(self):
78 self.ready.set()
79 while not self._stop_server:
80 self.httpd.handle_request()
81
82# Authentication infrastructure
83

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
handle_requestMethod · 0.45

Tested by

no test coverage detected