Py_TPFLAGS_HAVE_INDEX

Objects support nb_index in PyNumberMethods */ /// Availability: 2.

enum Py_TPFLAGS_HAVE_INDEX = 1L << 17;

Meta