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

Method python_cache

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

Source from the content-addressed store, hash-verified

370 logging.warning(",".join(outcome))
371
372 def python_cache(self) -> dict[str, Any]:
373 return {
374 "version_info": list(self.base_python.version_info),
375 }
376
377 @property
378 def base_python(self) -> PythonInfo:

Callers 1

ensure_python_envMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected