Skip to main content

eval

Function eval 

Source
pub fn eval<T>(code: &str) -> Result<T>
where T: for<'py> FromPyObject<'py>,
Expand description

Evaluate Python expression and return the result