pub fn execute_code<T>( s: &str, f: fn(Python<'_>, Bound<'_, PyDict>) -> PyResult<T>, ) -> PyResult<T>
Runs Python code