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

Method _post_install

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

Source from the content-addressed store, hash-verified

427 depend_target = 'depend'
428
429 def _post_install(self):
430 if self.version.startswith("3."):
431 self._post_install_3xx()
432 elif self.version.startswith("4."):
433 self._post_install_4xx()
434
435 def _build_src(self, config_args=()):
436 if self.version.startswith(("3.", "4.")):

Callers

nothing calls this directly

Calls 3

_post_install_3xxMethod · 0.95
_post_install_4xxMethod · 0.95
startswithMethod · 0.45

Tested by

no test coverage detected