[go: up one dir, main page]

Function pyo3::ffi::PyRun_String

source ·
pub unsafe extern "C" fn PyRun_String(
string: *const i8,
s: i32,
g: *mut PyObject,
l: *mut PyObject
) -> *mut PyObject