pub const Py_TPFLAGS_HAVE_VECTORCALL: u64 = 1 << 11; // 2_048u64
Expand description

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