Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ has_openssl
Method
has_openssl
Tools/ssl/multissltests.py:249–250 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
247
248
@property
249
def
has_openssl(self):
250
return
os.path.isfile(self.openssl_cli)
251
252
@property
253
def
has_src(self):
Callers
nothing calls this directly
Calls
1
isfile
Method · 0.45
Tested by
no test coverage detected