Get the Python executable for the current platform.
(self)
| 591 | return '', str(e), -1 |
| 592 | |
| 593 | def _get_python_executable(self) -> str: |
| 594 | """Get the Python executable for the current platform.""" |
| 595 | return sys.executable |
| 596 | |
| 597 | def _get_shell_executable(self) -> List[str]: |
| 598 | """Get the shell executable for the current platform.""" |
no outgoing calls
no test coverage detected