Function get_python_version

Source
pub fn get_python_version<P>(
    python_info: &PythonProcessInfo,
    process: &P,
) -> Result<Version, Error>
where P: ProcessMemory,
Expand description

Returns the version of python running in the process.