Skip to main content

PyContextVar_New

Function PyContextVar_New 

Source
pub unsafe extern "C" fn PyContextVar_New(
    name: *const c_char,
    def: *mut PyObject,
) -> *mut PyObject
Available on neither Py_LIMITED_API nor RustPython.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here