Skip to main content

Py_CompileString

Function Py_CompileString 

Source
pub unsafe fn Py_CompileString(
    string: *const c_char,
    p: *const c_char,
    s: c_int,
) -> *mut PyObject
Available on neither GraalPy nor PyPy and neither Py_LIMITED_API nor RustPython only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here