Function get_python_version

Source
pub fn get_python_version() -> String
Expand description

Retrieves the Python interpreter version as a string.

§Panics

Panics if version_info cannot be downcast to a tuple or if tuple elements are missing.