Skip to main content

PySys_SetArgv

Function PySys_SetArgv 

pub unsafe extern "C" fn PySys_SetArgv(arg1: i32, arg2: *mut *mut u16)
👎Deprecated:

Deprecated in Python 3.11, use PyConfig.argv and PyConfig.parse_argv instead

Available on crate feature tls only.