Constant pyo3::ffi::Py_TPFLAGS_HAVE_VECTORCALL[][src]

pub const Py_TPFLAGS_HAVE_VECTORCALL: c_ulong = 1 << 11; // 0x0000_0000_0000_0800u64
Expand description

Set if the type implements the vectorcall protocol (PEP 590)