devela::_dep::pyo3::ffi

Function PyRun_InteractiveOneObject

pub unsafe extern "C" fn PyRun_InteractiveOneObject(
    fp: *mut FILE,
    filename: *mut PyObject,
    flags: *mut PyCompilerFlags,
) -> i32 
Available on crate features dep_pyo3 and std only.