Skip to main content

PyRun_AnyFileFlags

Function PyRun_AnyFileFlags 

Source
pub unsafe extern "C" fn PyRun_AnyFileFlags(
    arg1: *mut FILE,
    arg2: *const c_char,
    arg3: *mut PyCompilerFlags,
) -> c_int
Available on neither GraalPy nor PyPy and neither Py_LIMITED_API nor RustPython only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here