Constant pyo3_ffi::Py_TPFLAGS_HAVE_VECTORCALL
source · pub const Py_TPFLAGS_HAVE_VECTORCALL: c_ulong = _; // 2_048u64
Expand description
Set if the type implements the vectorcall protocol (PEP 590)
pub const Py_TPFLAGS_HAVE_VECTORCALL: c_ulong = _; // 2_048u64
Set if the type implements the vectorcall protocol (PEP 590)