Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tox-dev/tox
/ create_python_env
Method
create_python_env
src/tox/tox_env/python/api.py:414–415 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
412
413
@abstractmethod
414
def
create_python_env(self) -> None:
415
raise
NotImplementedError
416
417
418
class
NoInterpreter(Fail):
Callers
1
ensure_python_env
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected