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.
pub fn get_python_version<P>(
python_info: &PythonProcessInfo,
process: &P,
) -> Result<Version, Error>where
P: ProcessMemory,
Returns the version of python running in the process.