# Pastebin p4tazbGc static PyType_Slot SbkEnumType_Type_slots[] = { {Py_tp_dealloc, reinterpret_cast(SbkEnumTypeDealloc)}, {Py_tp_base, reinterpret_cast(&PyType_Type)}, {Py_tp_alloc, reinterpret_cast(PyType_GenericAlloc)}, {Py_tp_new, reinterpret_cast(SbkEnumTypeTpNew)}, {Py_tp_free, reinterpret_cast(PyObject_GC_Del)}, {0, nullptr} }; static PyType_Spec SbkEnumType_Type_spec = { "1:Shiboken.EnumMeta", 0, sizeof(PyMemberDef), Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE, SbkEnumType_Type_slots, };