Function pyo3::ffi::Py_CompileString

source ·
pub unsafe fn Py_CompileString(
    string: *const i8,
    p: *const i8,
    s: i32
) -> *mut PyObject