Skip to main content

PyContextVar_Reset

Function PyContextVar_Reset 

pub unsafe extern "C" fn PyContextVar_Reset(
    var: *mut PyObject,
    token: *mut PyObject,
) -> i32
Available on crate feature tls only.