pub fn eval<T>(code: &str) -> Result<T>where
T: for<'py> FromPyObject<'py>,Expand description
Evaluate Python expression and return the result
pub fn eval<T>(code: &str) -> Result<T>where
T: for<'py> FromPyObject<'py>,Evaluate Python expression and return the result