Represents a failure to infer the version or executable while searching.
| 309 | |
| 310 | |
| 311 | class PythonExecutableInferenceError(Exception): |
| 312 | """Represents a failure to infer the version or executable while searching.""" |
| 313 | |
| 314 | |
| 315 | def python_executable_prefix(v: str) -> list[str]: |
no outgoing calls
no test coverage detected
searching dependent graphs…