MCPcopy Index your code
hub / github.com/python/mypy / PythonExecutableInferenceError

Class PythonExecutableInferenceError

mypy/main.py:311–312  ·  view source on GitHub ↗

Represents a failure to infer the version or executable while searching.

Source from the content-addressed store, hash-verified

309
310
311class PythonExecutableInferenceError(Exception):
312 """Represents a failure to infer the version or executable while searching."""
313
314
315def python_executable_prefix(v: str) -> list[str]:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…