Skip to main content

PyVectorcall_Call

Function PyVectorcall_Call 

pub unsafe extern "C" fn PyVectorcall_Call(
    callable: *mut PyObject,
    tuple: *mut PyObject,
    dict: *mut PyObject,
) -> *mut PyObject
Available on crate feature tls and Py_3_8 only.