[go: up one dir, main page]

Function pyo3::ffi::PyRun_FileEx

source ·
pub unsafe extern "C" fn PyRun_FileEx(
fp: *mut FILE,
p: *const i8,
s: i32,
g: *mut PyObject,
l: *mut PyObject,
c: i32
) -> *mut PyObject
Available on non-PyPy only.