Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
set
Method · 0.45
handle_request
Method · 0.45
Tested by
no test coverage detected