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

Method check_imports

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

Source from the content-addressed store, hash-verified

387 self.check_imports()
388
389 def check_imports(self):
390 cmd = [sys.executable, "-c", "import _ssl; import _hashlib"]
391 self._subprocess_call(cmd)
392
393 def check_pyssl(self):
394 version = self.pyssl_version

Callers 1

recompile_pymodsMethod · 0.95

Calls 1

_subprocess_callMethod · 0.95

Tested by

no test coverage detected