{"body":"static PyType_Slot SbkEnumType_Type_slots[] = {\n    {Py_tp_dealloc, reinterpret_cast<void *>(SbkEnumTypeDealloc)},\n    {Py_tp_base, reinterpret_cast<void *>(&PyType_Type)},\n    {Py_tp_alloc, reinterpret_cast<void *>(PyType_GenericAlloc)},\n    {Py_tp_new, reinterpret_cast<void *>(SbkEnumTypeTpNew)},\n    {Py_tp_free, reinterpret_cast<void *>(PyObject_GC_Del)},\n    {0, nullptr}\n};\nstatic PyType_Spec SbkEnumType_Type_spec = {\n    \"1:Shiboken.EnumMeta\",\n    0,\n    sizeof(PyMemberDef),\n    Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE,\n    SbkEnumType_Type_slots,\n};\n","name":"sbkenum.cpp","extension":"cpp","url":"https://www.irccloud.com/pastebin/p4tazbGc/sbkenum.cpp","modified":1632324761,"id":"p4tazbGc","size":560,"lines":15,"own_paste":false,"theme":"","date":1632324761}