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

Method check_pyssl

Tools/ssl/multissltests.py:393–396  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

391 self._subprocess_call(cmd)
392
393 def check_pyssl(self):
394 version = self.pyssl_version
395 if self.version not in version:
396 raise ValueError(version)
397
398 def run_python_tests(self, tests, network=True):
399 if not tests:

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected