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

Method _build_src

Tools/ssl/multissltests.py:435–438  ·  view source on GitHub ↗
(self, config_args=())

Source from the content-addressed store, hash-verified

433 self._post_install_4xx()
434
435 def _build_src(self, config_args=()):
436 if self.version.startswith(("3.", "4.")):
437 config_args += ("enable-fips",)
438 super()._build_src(config_args)
439
440 def _post_install_3xx(self):
441 # create ssl/ subdir with example configs

Callers

nothing calls this directly

Calls 3

superClass · 0.85
startswithMethod · 0.45
_build_srcMethod · 0.45

Tested by

no test coverage detected