Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ start
Method
start
Lib/test/ssl_servers.py:134–136 ·
view source on GitHub ↗
(self, flag=None)
Source
from the content-addressed store, hash-verified
132
return
"<%s %s>"
% (self.__class__.__name__, self.server)
133
134
def
start(self, flag=None):
135
self.flag = flag
136
threading.Thread.start(self)
137
138
def
run(self):
139
if
self.flag:
Callers
1
make_https_server
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected