pub fn satisfies_python_preference(
source: PythonSource,
interpreter: &Interpreter,
preference: PythonPreference,
) -> boolExpand description
Returns true if a Python interpreter matches the PythonPreference.
pub fn satisfies_python_preference(
source: PythonSource,
interpreter: &Interpreter,
preference: PythonPreference,
) -> boolReturns true if a Python interpreter matches the PythonPreference.