MCPcopy
hub / github.com/tox-dev/tox / prepend_env_var_path

Method prepend_env_var_path

src/tox/tox_env/python/api.py:359–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

357
358 @abstractmethod
359 def prepend_env_var_path(self) -> list[Path]:
360 raise NotImplementedError
361
362 def _done_with_setup(self) -> None:
363 """Called when setup is done."""

Callers 1

_setup_envMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected