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

Method pyssl_version

Tools/ssl/multissltests.py:232–238  ·  view source on GitHub ↗

Value of ssl.OPENSSL_VERSION

(self)

Source from the content-addressed store, hash-verified

230
231 @property
232 def pyssl_version(self):
233 """Value of ssl.OPENSSL_VERSION"""
234 cmd = [
235 sys.executable,
236 '-c', 'import ssl; print(ssl.OPENSSL_VERSION)'
237 ]
238 return self._subprocess_output(cmd)
239
240 @property
241 def include_dir(self):

Callers

nothing calls this directly

Calls 1

_subprocess_outputMethod · 0.95

Tested by

no test coverage detected