py_int_to_i64

Function py_int_to_i64 

Source
pub fn py_int_to_i64(obj: &Bound<'_, PyAny>) -> PyResult<i64>
Expand description

Convert Python int to Rust i64