Skip to main content

PyConfig_SetArgv

Function PyConfig_SetArgv 

Source
pub unsafe extern "C" fn PyConfig_SetArgv(
    config: *mut PyConfig,
    argc: isize,
    argv: *mut *const i32,
) -> PyStatus
Available on neither Py_LIMITED_API nor RustPython and non-PyPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here