# Pastebin 62LwGmB9 mattip: We have static PyType_Slot SbkObjectType_Type_slots[] = { {Py_tp_dealloc, reinterpret_cast(SbkObjectTypeDealloc)}, {Py_tp_getattro, reinterpret_cast(mangled_type_getattro)}, {Py_tp_base, static_cast(&PyType_Type)}, {Py_tp_alloc, reinterpret_cast(PyType_GenericAlloc)}, {Py_tp_new, reinterpret_cast(SbkObjectTypeTpNew)}, {Py_tp_free, reinterpret_cast(PyObject_GC_Del)}, {Py_tp_getset, reinterpret_cast(SbkObjectType_Type_getsetlist)}, {0, nullptr} }; static PyType_Spec SbkObjectType_Type_spec = { "1:Shiboken.ObjectType", 0, sizeof(PyMemberDef), Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE, SbkObjectType_Type_slots, };