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

Method execv

pex/pex_bootstrapper.py:507–513  ·  view source on GitHub ↗
(
        self,
        python_args=(),  # type: Sequence[str]
        additional_args=(),  # type: Sequence[str]
    )

Source from the content-addressed store, hash-verified

505 return argv
506
507 def execv(
508 self,
509 python_args=(), # type: Sequence[str]
510 additional_args=(), # type: Sequence[str]
511 ):
512 # type: (...) -> NoReturn
513 safe_execv(self.execute_args(python_args=python_args, additional_args=additional_args))
514
515
516def ensure_venv(

Callers 2

bootstrap_pexFunction · 0.80
bootFunction · 0.80

Calls 2

execute_argsMethod · 0.95
safe_execvFunction · 0.90

Tested by

no test coverage detected