MCPcopy
hub / github.com/pex-tool/pex / _bootstrap

Function _bootstrap

pex/pex_bootstrapper.py:469–474  ·  view source on GitHub ↗
(entry_point)

Source from the content-addressed store, hash-verified

467
468
469def _bootstrap(entry_point):
470 # type: (str) -> PexInfo
471 pex_info = PexInfo.from_pex(entry_point) # type: PexInfo
472 pex_info.update(PexInfo.from_env())
473 pex_warnings.configure_warnings(ENV, pex_info=pex_info)
474 return pex_info
475
476
477@attr.s(frozen=True)

Callers 2

bootstrap_pexFunction · 0.85
bootstrap_pex_envFunction · 0.85

Calls 3

from_pexMethod · 0.80
updateMethod · 0.45
from_envMethod · 0.45

Tested by

no test coverage detected