Constant Py_TPFLAGS_HAVE_VECTORCALL
pub const Py_TPFLAGS_HAVE_VECTORCALL: u64 = _; // 2_048u64
Available on crate features
dep_pyo3
and std
only.Expand description
Set if the type implements the vectorcall protocol (PEP 590)